/* 鼠标跟随 --> */
#c-followDot {
  position: fixed;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 999;
  pointer-events: none;
  display: none;
}
#c-followDot .c-default {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 40px;
  height: 40px;
  /* border: 1px solid #b38f5b; */
  background:rgba(179,143,91,.8);
  border-radius: 50%;
  opacity: .2;
  box-sizing: border-box;
  z-index: 99;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
#c-followDot .c-hover {
  position: absolute;
  top: -38px;
  left: -38px;
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,.5);
  border-radius: 50%;
  opacity: .12;
  z-index: 98;
  box-sizing: border-box;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

#c-followDot.c-active .c-default {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
}

#c-followDot.c-active .c-hover {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}


html,body{
  user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

/*新闻*/
.newscontent{
	width: 100%;
	max-width: 1500px;
	margin: auto;
	padding-bottom:15px;
}
.n-lbrow{
    width: 100%;
}
.n-lbrow2{
    padding: 0.5vw 0;
    width: 100%;
}
.n-lbrow3{
    background: #fff;
    padding: 1vw 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease-in-out;
}
.n-lbrow-l{
    width: 10%;
    height: 100%;
    background: rgba(214, 29, 25, 0.8);
    padding: 12px 0;

}
.n-lbrow-l h1,.n-lbrow-l p{
    color: #fff;
    text-align: center;
}
.n-lbrow-l h1{
    font-size: 2.25rem;
}
.n-lbrow-l p{
    font-size:.75rem;
}
.n-lbrow-r{
    width: 87%;
    margin-left: 2%;
}
.n-lbrow-r h1{
    font-size: 1.125rem;
    color: #505050;
    margin-bottom: 5px;
}
.n-lbrow-r p{
    font-size: 1rem;
    color: #999999;
    line-height: 24px;
    -webkit-line-clamp: 2;
}
.n-lbrow3:hover{
    box-shadow: 0 10px 30px rgba(214, 29, 25, .2);
    -webkit-transform: translateY(-1%);
    -moz-transform: translateY(-1%);
    -ms-transform: translateY(-1%);
    -o-transform: translateY(-1%);
    transform: translateY(-1%);
}
.n-lbrow3:hover .n-lbrow-r h1{
    color: rgb(214, 29, 25);
}
@media (max-width:1440px){
    body .n-lbrow3{padding: 1.35vw;}
}
@media (max-width:1024px){
    body .n-lbrow-l{width: 22%;}
    body .n-lbrow-r{width: 75%;}
}
@media (max-width:768px){
    body .n-lbrow{width: 100%;}
    body .n-lbrow2{padding: 2vw;}
    body .n-lbrow3{padding: 2vw 2vw 1vw 2vw;}
    body .n-lbrow-l{width: 16%;}
    body .n-lbrow-r h1{font-size: 14px;}
    body .n-lbrow-r p{
        font-size: 13px;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
}
@media (max-width:414px){
    body .n-lbrow3{padding: 10px;}
    body .n-lbrow-l{width: 25%;}
    body .n-lbrow-r{width: 72%;}
    body .n-lbrow2{padding: 2vw;}
    body .n-lbrow1-ny{margin: 0 -2vw;}
}


/* 首页 */
.content{
  min-height: 500px;
  overflow: hidden;
  margin-top: 90px;
}
.content2{
  min-height: 500px;
  overflow: hidden;
  margin-top: 90px;
}
.app{
  display: none;
}

.banner{
  width: 100%;
  position: relative;
}
.banner .bj{
  width: 100%;
  height: 440px;
  vertical-align: middle;
  object-fit: cover;
}
.banner .container{
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
}
.banner .container .rq{
  position: absolute;
  left: 0;
  top: 40%;
  transform: translate(0,-50%);
}
.banner .container .ig1{
  width: 460px;
  display: block;
  margin: 0 auto;
}
.banner .container .p1{
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}
.banner .container .ig2{
  width: 628px;
  display: block;
  margin: 0 auto;
  margin-top: 18px;
}
.banner .container .div{
  width: 380px;
  background-image: url(../image/img3.png);
  background-size: cover;
  margin: 0 auto;
}
.banner .container .div p{
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}
.banner .swiper-pagination{
  bottom: 40px;
  display: none;
}
.banner .swiper-pagination-bullet{
  width: 22px;
  height: 22px;
  background: url(../image/img12.png) transparent;
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  opacity: 1;
  margin-right: 55px !important;
}
.banner .swiper-pagination-bullet::before{
  content: '';
  width: 55px;
  height: 3px;
  background-image: url(../image/img10.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.banner .swiper-pagination-bullet:last-child::before{
  content: none;
}
.banner .swiper-pagination-bullet-active{
  background: url(../image/img11.png) transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 60px !important;
}
.banner .swiper-pagination-bullet-active::before{
  left: 27px;
}


.banner .rq .ig1,
.banner .rq .p1,
.banner .rq .ig2,
.banner .rq .div{
  opacity: 0;
}

.banner .swiper-slide-active .rq .ig1{
  animation: bw 1s linear .8s both;
}
.banner .swiper-slide-active .rq .p1{
  animation: bw 1s linear 1.1s both;
}
.banner .swiper-slide-active .rq .ig2{
  animation: bw 1s linear 1.4s both;
}
.banner .swiper-slide-active .rq .div{
  animation: bw 1s linear 1.7s both;
}

@keyframes bw{
  0%{
    transform: translateY(40px);
    opacity: 0;
  }
  100%{
    transform: translateY(0px);
    opacity: 1;
  }
}

.banner .swiper-button-next,
.banner .swiper-button-prev{
  width: 55px;
  height: 55px;
  background-image: url(../image/1.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  /* opacity: 0 !important; */
  transition: all .5s;
  margin-top: 0;
}
.banner .swiper-button-prev{
  left: 100px;
}
.banner .swiper-button-next{
  transform: translateY(-50%) rotate(180deg);
}
.banner:hover .swiper-button-next,
.banner:hover .swiper-button-prev{
  /* opacity: 0.5 !important; */
}

/* sy_con1 */
.sy_con1{
  width: 100%;
  margin-top: 14px;
  padding: 50px 200px;
}
.sy_con1 .rq{
  width: 100%;
  
}
.sy_con1 .rq .lef{
  width: 50%;
  float: right;
  position: relative;
}
.sy_con1 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.sy_con1 .rq .lef .rq{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  padding-left: 60px;
}
.sy_con1 .rq .lef .rq .p1{
  font-size: 32px;
  color: #000;
  text-align: center;
}
.sy_con1 .rq .lef .rq .p2{
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: center;
  padding-top: 40px;
  text-align: justify;
}
.sy_con1 .rq .lef .rq .div{
  display: table;
  margin: 0 auto;
  width: auto;
  margin-top: 75px;
}
.sy_con1 .rq .lef .rq .div .div1{
  padding: 0 92px;
  position: relative;
  float: left;
}
.sy_con1 .rq .lef .rq .div .div1::before{
  content: '';
  width: 1px;
  height: 80%;
  background: rgb(193, 225, 247);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con1 .rq .lef .rq .div .div1:last-child::before{
  content: none;
}
.sy_con1 .rq .lef .rq .div .div1 .p3{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.sy_con1 .rq .lef .rq .div .div1 .p3 span{
  font-size: 55px;
  color: #ffffff;
  font-family: "din";
}
.sy_con1 .rq .lef .rq .div .div1 .p4{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.sy_con1 .rq .rig{
  width: 48%;
  float: left;
  position: relative;
}
.sy_con1 .rq .rig img{
  width: 100%;
  vertical-align: middle;
}
.sy_con1 .rq .rig .rq{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 90px;
  padding-left: 60px;
}
.sy_con1 .rq .rig .rq .p1{
  font-size: 43px;
  color: #333333;
}
.sy_con1 .rq .rig .rq .p2{
  font-size: 21px;
  color: #666666;
  margin-top: 10px;
}


/* sy_con2 */
.sy_con2{
  width: 100%;
  overflow: hidden;
}
.sy_con2 .rq{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 50px;
  background: rgb(251,251,251);
}
.bt .p1{
  font-size: 26px;
  color: #333333;
  padding-bottom: 10px;
  text-align: center;
  position: relative;
}
.bt .p1 span{
  font-weight: bold;
}
.bt .p1::before{
  content: '';
  width: 50px;
  height: 3px;
  background: linear-gradient(to right,rgb(216 23 25),rgb(245 174 169));
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sy_con2 .rq1{
  width: 100%;
  padding-top: 60px;
}
.sy_con2 .rq1 .bj{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sy_con2 .rq1 .swiper-slide{
  width: 350px;
  position: relative;
  overflow: hidden;
}
.sy_con2 .rq1 .swiper-slide:hover .bj{
  transform: scale(1.1);
}
.sy_con2 .rq1 .swiper-slide .div{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
.sy_con2 .rq1 .swiper-slide .div .p1{
  font-size: 36px;
  color: #ffffff;
}
.sy_con2 .rq1 .swiper-slide .div .p2{
  font-size: 18px;
  color: #ffffff;
  font-family: "akz";
  opacity: 0.66;
}
.sy_con2 .rq1 .rq2{
  margin-top: 50px;
}
.sy_con2 .rq1 .rq2 .container{
  position: relative;
}
.sy_con2 .rq1 .rq2 .div1{
  width: 11.5%;
  height: 73px;
  /* float: left; */
  position: relative;
  margin: 0 auto;
}
.sy_con2 .rq1 .rq2 .div1 .swiper-button-next,
.sy_con2 .rq1 .rq2 .div1 .swiper-button-prev{
  width: 73px;
  height: 73px;
  background-image: url(../image/img56.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px rgba(26,26,26,0.1);
  transition: all .5s;
  top: 0;
  margin-top: 0;
  opacity: 1;
}
.sy_con2 .rq1 .rq2 .div1 .swiper-button-prev{
  transform: rotate(180deg);
}
.sy_con2 .rq1 .rq2 .div1 .swiper-button-next:hover,
.sy_con2 .rq1 .rq2 .div1 .swiper-button-prev:hover{
  background-image: url(../image/img19.png);
}
.sy_con2 .rq1 .rq2 .div2{
  width: 78%;
  height: 73px;
  float: left;
  position: relative;
  display: none;
}
.sy_con2 .rq1 .rq2 .div2::before{
  content: '';
  width: 95%;
  height: 1px;
  background: rgb(222,222,222);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con2 .rq1 .rq2 .div3{
  width: 10.5%;
  height: 73px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
.sy_con2 .rq1 .rq2 .div3 .anniu{
  height: 50px;
  line-height: 50px;
  width: 100%;
  margin-top: 9.5px;
}
.anniu{
  width: 160px;
  line-height: 40px;
  border-radius: 40px;
  border: 2px solid rgb(196,196,196);
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding-right: 25px;
  position: relative;
  display: block;
}
.anniu::before{
  content: '';
  width: 12px;
  height: 8px;
  background-image: url(../image/img20.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
.anniu:hover{
  background: #d61d19;
  border: 2px solid #d61d19;
  color: #fff;
}
.anniu:hover::before{
  background-image: url(../image/img21.png);
}

.div33{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin: 0 0 30px 0;
}
.div33 .anniu2{
  width: 160px;
  line-height: 40px;
  border-radius: 40px 40px 0 40px;
  border: 2px solid #161616;
  font-size: 18px;
  color: #161616;
  text-align: center;
  position: relative;
}
.div33 .anniu2:hover{
  background: #d61d19;
  border: 2px solid #d61d19;
  color: #fff;
}


.box-container-fluid {
  width: 100%;
  margin: 0 auto;
}
.index-box-3 {
  padding-bottom: 50px;
}
.index-box-3 .box-container .newsBox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  height: 100%;
  padding: 50px 200px 0;
}
.index-box-3 .box-container .newsBox .news-left {
  display: flex;
  flex-direction: column;
  width: 47%;
  height: 450px;
}
.index-box-3 .box-container .newsBox .news-right {
  display: flex;
  flex-direction: column;
  width: 48%;
  height: 450px;
}
.index-box-3 .box-container .newsBox .news-right .newsMore {
  display: flex;
  flex-direction: row;
  width: 700px;
}
.index-box-3 .box-container .newsBox .news-right .newsMore .more {
  width: 130px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d61d19;
  color: #d61d19;
  font-size: 18px;
  border-radius: 30px;
  text-align: center;
  position: absolute;
  bottom: 4px;
}
.index-box-3 .box-container .newsBox .news-right .newsMore .more:hover {
  color: #FFF;
  background: #d61d19;
}
.index-box-3 .box-container .newsBox .news-right .right-s {
  height: 90px;
  border-bottom: 1px solid #ececec;
  display: flex;
  flex-direction: row;
}
.index-box-3 .box-container .newsBox .news-right .right-s .right-st {
  width: 70px;
  height: 70px;
  border: 1px solid #d61d19;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.index-box-3 .box-container .newsBox .news-right .right-s .right-sc {
  margin-top: 10px;
  margin-left: 15px;
}
.index-box-3 .box-container .newsBox .news-right .right-s .right-st .time-1 {
  font-size: 18px;
  color: #d61d19;
}
.index-box-3 .box-container .newsBox .news-right .right-s .right-st .time-2 {
  font-size: 15px;
  color: #d61d19;
}
.index-box-3 .box-container .newsBox .news-right .right-s:hover .right-st{
  border: none;
  background-color: #d61d19;
}
.index-box-3 .box-container .newsBox .news-right .right-s:hover .right-st .time-1,
.index-box-3 .box-container .newsBox .news-right .right-s:hover .right-st .time-2{
  color: #FFF;
}
.index-box-3 .box-container .newsBox .news-left .pic {
  width: 100%;
  height: 350px;
  margin-bottom: 14px;
  margin-top: 10px;
  overflow: hidden;
}
.index-box-3 .box-container .newsBox .news-left .pic .xwimg {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: all 0.4s;
}
.index-box-3 .box-container .newsBox .news-left .name {
  font-size: 18px;
  color: #505050;
  margin-bottom: 5px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-box-3 .box-container .newsBox .news-left .time{
  font-size: 16px;
  color: #999999;
  margin-bottom: 5px;
}
.index-box-3 .box-container .newsBox .news-left .con {
  font-size: 16px;
  color: #999999;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.index-box-3 .box-container .newsBox .news-right .right-s .right-sc {
  width: 80%;
}
.index-box-3 .box-container .newsBox .news-right .right-s .right-sc .name {
  display: block;
  font-size: 16px;
  color: #505050;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-box-3 .box-container .newsBox .news-right .right-s .right-sc .con {
  font-size: 16px;
  color: #999999;
  margin-bottom: 5px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-box-3 .box-container .newsBox .news-right .right-s:hover .right-sc .name{
  color: #d61d19;
}
.index-box-3 .box-container .newsBox .news-left:hover .name {
  color: #d61d19;
}
.index-box-3 .box-container .newsBox .news-left:hover .xwimg{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}



/* 关于联正-了解更多 */
.anniu1{
  width: 160px;
  line-height: 40px;
  border-radius: 40px 40px 0 40px;
  border: 1px solid rgb(0, 0, 0);
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding-right: 25px;
  position: relative;
  display: block;
  margin-top: 65px;
}
.anniu1::before{
  content: '';
  width: 12px;
  height: 8px;
  background-image: url(../image/img20.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}
.anniu1:hover{
  background: #d61d19;
  border: 1px solid #d61d19;
  color: #fff;
}
.anniu1:hover::before{
  background-image: url(../image/img21.png);
}

.fuwu{
  position: relative;
  margin-top: 14px;
}
.fuwu .big_bg{
  width: 100%;
  height: 850px;
}
.fuwu .rq .bt{
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translate(-50%,-50%);
}
.neirong_Box{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.neirong_Box .left {
  width: 33%;
  display: flex;
  flex-direction: column;
  margin-top: -3px;
}
.neirong_Box .right {
  width: 33%;
  display: flex;
  flex-direction: column;
  margin-top: 104px;
}
.neirong_Box .left .item_item{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 130px;
}
.neirong_Box .right .item_item{
  display: flex;
  flex-direction: column;
  margin-bottom: 130px;
}
.neirong_Box .right .item_item:last-child{
  margin-bottom: 0px;
}
.neirong_Box .left .item_item .p_bt{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  float: right;
}
.neirong_Box .left .item_item .p_nr{
  font-size: 18px;
  color: #fff;
  text-align: justify;
}
.neirong_Box .right .item_item .p_bt{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
  float: left;
}
.neirong_Box .right .item_item .p_nr{
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.pic-lc{
  width: 13px;
  height: 560px;
  margin: 0 50px;
}


/* sy_con3 */
.sy_con3{
  width: 100%;
  background: rgb(251,251,251);
  overflow: hidden;
}
.sy_con3 .rq{
  margin-top: 40px;
  position: relative;
}
.sy_con3 .rq .bj{
  width: 100%;
  vertical-align: middle;
}
.sy_con3 .rq .container{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con3 .rq .p1{
  font-size: 34px;
  color: #ffffff;
  width: 42%;
}
.sy_con3 .rq .anniu{
  color: #fff;
  border: 2px solid #fff;
  margin-top: 50px;
}
.sy_con3 .rq .anniu::before{
  background-image: url(../image/img21.png);
}
.sy_con3 .rq .anniu:hover{
  border: 2px solid #d61d19;
}


/* sy_con4 */
.sy_con4 .rq{
  padding-bottom: 85px;
}
.sy_con4 .rq1 .swiper-slide .div1{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 42px 48px;
  padding-top: 50px;
  transition: all .5s;
}
.sy_con4 .rq1 .swiper-slide:hover .div1{
  background: rgba(0,0,0,0.3);
}
.sy_con4 .rq1 .swiper-slide .div1 .p1{
  font-size: 26px;
  color: #ffffff;
}
.sy_con4 .rq1 .swiper-slide .div1 .p2{
  font-size: 19px;
  color: #ffffff;
  padding-left: 30px;
  position: relative;
  margin-top: 18px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p2::before{
  content: '';
  width: 19px;
  height: 19px;
  background-image: url(../image/img26.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sy_con4 .rq1 .swiper-slide .div1 .p3{
  font-size: 19px;
  color: #ffffff;
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  height: 0;
  opacity: 0;
  transition: all .5s;
}
.sy_con4 .rq1 .swiper-slide:hover .div1 .p3{
  height: 66px;
  opacity: 1;
  margin-top: 13px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p3 span{
  display: block;
  width: 21px;
  height: 13px;
  background-image: url(../image/img27.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 28px;
}
.newsContent{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 20px;
  /* background-image: url(../picture/index3bg1.jpg); */
  background-size: cover;
}


/* 首页分辨率 */
@media(max-width:1680px){
  .sy_con1 .rq .lef .rq .div .div1 {
    padding: 0 60px;
}
  .sy_con2 .rq1 .rq2 .div1 .swiper-button-next, .sy_con2 .rq1 .rq2 .div1 .swiper-button-prev {
    width: 55px;
    height: 55px;
}
.sy_con2 .rq1 .rq2 .div1,
.sy_con2 .rq1 .rq2 .div2,
.sy_con2 .rq1 .rq2 .div3{
  height: 55px;
}
.sy_con2 .rq1 .rq2 .div3 .anniu {
  margin-top: 4.5px;
}
.sy_con1 .rq .lef .rq .p2{
    font-size: 14px;
    line-height: 26px;
    padding-top: 30px;
}
}
@media(max-width:1459px){
  .content2,
  .content{
    margin-top: 80px;
  }
  .banner .bj{
    height: 350px;
  }
  .banner .container .ig1 {
    width: 349px;
}
.banner .container .p1 {
  font-size: 22px;
}
.banner .container .ig2 {
  width: 477px;
  margin-top: 16px;
}
.banner .container .div {
  width: 288px;
}
.banner .container .div p {
  font-size: 14px;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.sy_con1 {
  margin-top: 0px;
  padding: 0;
}
.sy_con1 .rq .lef .rq {
  padding-top: 68px;
}
.sy_con1 .rq .lef .rq .p1 {
  font-size: 34px;
}
.sy_con1 .rq .lef .rq .p2 {
  font-size: 15px;
  padding-top: 8px;
}
.sy_con1 .rq .lef .rq .div {
  margin-top: 57px;
}
.sy_con1 .rq .lef .rq .div .div1 .p3 span {
  font-size: 41px;
}
.sy_con1 .rq .lef .rq .div .div1 .p3 {
  font-size: 12px;
}
.sy_con1 .rq .lef .rq .div .div1 .p4 {
  font-size: 12px;
}
.sy_con1 .rq .rig .rq {
  padding-top: 68px;
  padding-left: 45px;
}
.sy_con1 .rq .lef .rq .div .div1 {
  padding: 0 62px;
}
.sy_con1 .rq .rig .rq .p1 {
  font-size: 32px;
}
.sy_con1 .rq .rig .rq .p2 {
  font-size: 16px;
  margin-top: 6px;
}
.sy_con2 .rq {
  padding-top: 57px;
  padding-bottom: 38px;
}
.bt .p1 {
  font-size: 33px;
  padding-bottom: 10px;
}
.bt .p1::before {
  width: 38px;
  height: 2px;
}
.sy_con2 .rq1 {
  padding-top: 45px;
}
.sy_con2 .rq1 .swiper-slide .div .p1 {
  font-size: 26px;
}
.sy_con2 .rq1 .swiper-slide .div .p2 {
  font-size: 14px;
}
.sy_con2 .rq1 .rq2 {
  margin-top: 38px;
}
.sy_con2 .rq1 .rq2 .div1 .swiper-button-next, .sy_con2 .rq1 .rq2 .div1 .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.sy_con2 .rq1 .rq2 .div3 .anniu {
  height: 34px;    margin-top: 7.5px; line-height: 30px;
}
.sy_con3 .rq {
  margin-top: 30px;
}
.sy_con3 .rq .p1 {
  font-size: 24px;
}
.anniu {
  width: 120px;
  line-height: 30px;
  border-radius: 30px;
  font-size: 12px;
  padding-right: 25px;
}
.sy_con3 .rq .anniu {
  border: 1px solid #fff;
  margin-top: 40px;
}
.sy_con3 .rq .anniu:hover {
  border: 1px solid #d61d19;
}

.sy_con4 .rq1 .swiper-slide .div1 {
  padding: 30px 36px;
  padding-top: 38px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p1 {
  font-size: 18px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p2 {
  font-size: 14px;
  padding-left: 24px;
  margin-top: 14px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p2::before {
  width: 15px;
  height: 15px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p3 {
  font-size: 14px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p3 span {
  width: 16px;
  height: 10px;
  margin-top: 16px;
}
.sy_con4 .rq1 .swiper-slide:hover .div1 .p3 {
  height: 48px;
  opacity: 1;
  margin-top: 10px;
}
.sy_con4 .rq {
  padding-bottom: 60px;
}
}

@media(max-width:1259px){
  .banner .container .ig1 {
    width: 280px;
}
.banner .container .p1 {
  font-size: 18px;
}
.banner .container .ig2 {
  width: 428px;
  margin-top: 13px;
}
.banner .bj{
    height: 300px;
  }
.sy_con1 .rq .lef .rq {
  padding-top: 14px;
}
.sy_con1 .rq .rig .rq {
  padding-top: 44px;
  padding-left: 34px;
}
.sy_con1 .rq .rig .rq .p1,
.sy_con1 .rq .lef .rq .p1 {
  font-size: 26px;
}
.sy_con1 .rq .lef .rq .p2 {
  font-size: 14px;
}
.sy_con1 .rq .lef .rq .div .div1 {
  padding: 0 38px;
}
.sy_con1 .rq .rig .rq .p2 {
  font-size: 14px;
  margin-top: 8px;
}
.sy_con1 .rq .lef .rq .div {
  margin-top: 40px;
}
.sy_con2 .rq {
  padding-top: 43px;
  padding-bottom: 25px;
}
.sy_con2 .rq1 {
  padding-top: 32px;
}
.bt .p1 {
  font-size: 26px;
  padding-bottom: 8px;
}
.sy_con2 .rq1 .swiper-slide .div .p1 {
  font-size: 20px;
}
.sy_con2 .rq1 .swiper-slide .div .p2 {
  font-size: 13px;
}
.sy_con2 .rq1 .rq2 {
  margin-top: 24px;
}
.sy_con2 .rq1 .rq2 .div1 .swiper-button-next, .sy_con2 .rq1 .rq2 .div1 .swiper-button-prev {
  width: 35px;
  height: 35px;
}
.sy_con2 .rq1 .rq2 .div1, .sy_con2 .rq1 .rq2 .div2, .sy_con2 .rq1 .rq2 .div3 {
  height: 35px;
}
.sy_con2 .rq1 .rq2 .div3 .anniu {
  margin-top: 0.5px;
}
.sy_con3 .rq .p1 {
  font-size: 18px;
}
.sy_con4 .rq {
  padding-bottom: 40px;
}
.sy_con4 .rq1 .swiper-slide .div1 {
  padding: 18px 16px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p1 {
  font-size: 16px;
}
.index-box-3 .box-container .newsBox {
  padding: 10px 20px 0;
}
.anniu1 {
  width: 120px;
  line-height: 30px;
  font-size: 16px;
  margin-top: 14px;
}
}
@media(max-width:991px){
  #c-followDot{
    display: none;
  }
  .content2,
  .content {
    margin-top: 60px;
  }
  .pc{
    display: none !important;
  }
  .app{
    display: block !important;
  }
  .banner .bj{
    height: 200px;
  }
  .banner .swiper-button-next,
  .banner .swiper-button-prev{
    /* display: none; */
    right: 15px;
  }
  .banner .swiper-button-prev{
    left: 15px;
  }
  .sy_con1 .rq .lef .rq .div .div1 {
    padding: 0 25px;
  }
  .sy_con1 .rq .lef .rq .div .div1 .p3 span {
    font-size: 34px;
  }
  .sy_con1 .rq .lef .rq .div {
    margin-top: 26px;
  }
  .sy_con2 .rq1 .rq2 .div1 {
    width: 16%;
  }
  .sy_con2 .rq1 .rq2 .div3 {
    width: 16%;
  }
  .sy_con2 .rq1 .rq2 .div2 {
    width: 68%;
  }
  .sy_con3 .rq .p1 {
    font-size: 16px;
  }
  .sy_con1 .rq .lef .rq {
    position: absolute;
    top: 0px;
    left: 0;
    padding-left: 0px;
    padding-top: 10px;
  }
  .sy_con1 .rq .rig img {
    padding-top: 60px;
  }
  .anniu1 {
    width: 120px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 14px;
  }
  .newsContent {
    padding-top: 150px;
  }
}
@media(max-width:768px){
  .sy_con1 .rq .lef{
    width: 100%;
  }
  .sy_con1 .rq .rig{
    width: 100%;
    margin-top: 45px;
  }
  .sy_con3 .rq .container{
    width: 100%;
  }
  .banner .swiper-button-next, .banner .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .sy_con1 .rq .lef .rq .p2 {
    font-size: 13px;
    margin: 0 30px;
  }
  /* 关于联正-了解更多 */
  .anniu1{
    width: 100px;
    line-height: 26px;
    border-radius: 40px 40px 0 40px;
    border: 1px solid rgb(0, 0, 0);
    font-size: 13px;
    color: #000000;
    text-align: center;
    padding-right: 25px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
  }
  .sy_con1 .rq .lef .rq {
    padding-top: 20px;
  }
  .sy_con1 .rq .rig .rq .p1, .sy_con1 .rq .lef .rq .p1 {
    font-size: 20px;
    padding-top: 20px;
  }
  .sy_con1 .rq .rig img {
    padding-top: 20px;
  }
}

@media(max-width:768px){
  .sy_con1 .rq .lef .rq {
    padding-top: 0px;
    position: relative;
    padding-left: 20px;
    text-align: justify;
    width: 95%;
  }
  .fuwu .rq .bt{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 0px;
  }
  .neirong_Box{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
  .neirong_Box .left .item_item .p_bt{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .neirong_Box .left .item_item .p_nr{
    font-size: 12px;
  }
  .neirong_Box .left .item_item{
    margin-bottom: 70px;
  }
  .neirong_Box .right .item_item{
    margin-bottom: 90px;
  }
  .neirong_Box .right .item_item .p_bt{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .neirong_Box .right .item_item .p_nr{
    font-size: 12px;
  }
  .pic-lc{
    width: 13px;
    height: 560px;
    margin: 0 20px;
  }
  .newsContent {
    padding-top: 70px;
  }
}

@media(max-width:500px){
  .anniu1{
    width: 100px;
    line-height: 22px;
    border-radius: 40px 40px 0 40px;
    border: 1px solid rgb(0, 0, 0);
    font-size: 13px;
    color: #000;
    text-align: center;
    padding-right: 25px;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
  }
  .fuwu .rq .bt{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 0px;
  }
  .neirong_Box{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
  }
  .neirong_Box .left .item_item .p_bt{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .neirong_Box .left .item_item .p_nr{
    font-size: 12px;
  }
  .neirong_Box .left .item_item{
    margin-bottom: 70px;
  }
  .neirong_Box .right .item_item{
    margin-bottom: 90px;
  }
  .neirong_Box .right .item_item .p_bt{
    font-size: 14px;
    margin-bottom: 15px;
  }
  .neirong_Box .right .item_item .p_nr{
    font-size: 12px;
  }
  .pic-lc{
    width: 13px;
    height: 560px;
    margin: 0 20px;
  }
  .newsContent{
    width: 100%;
    padding-top: 30px;
  }

  .bt .p1 {
    font-size: 20px;
    padding-bottom: 14px;
  }
  .sy_con1 .rq .rig .rq .p1, .sy_con1 .rq .lef .rq .p1 {
    font-size: 20px;
  }
.sy_con1 .rq .lef .rq .p2 {
  font-size: 13px;
  margin-top: 5px;
  line-height: 21px;
}
.sy_con1 .rq .lef .rq .div {
  margin-top: 22px;
  display: block;
  padding: 0 10px;
}
.sy_con1 .rq .lef .rq .div .div1 {
  padding: 20px 0px;
  width: 33.33333333%;
  /* border-top: 1px solid rgba(193, 225, 247,0.5); */
}
.sy_con1 .rq .lef .rq .div .div1:nth-child(1),
.sy_con1 .rq .lef .rq .div .div1:nth-child(2){
  border-top:none;
}
.sy_con1 .rq .lef .rq .div .div1:nth-child(4){
  display: none;
}
.sy_con1 .rq .lef .rq .div .div1::before {
  background: rgba(193, 225, 247,0.5);
  height: 100%;
}
.sy_con1 .rq .lef .rq .div .div1:nth-child(3)::before{
  display: none;
}
.sy_con1 .rq .lef .rq .div .div1 .p3 span {
  font-size: 28px;
}
.sy_con1 .rq .rig .rq {
  padding-top: 44px;
  padding-left: 27px;
}
.sy_con1 .rq .lef .rq {
  padding-top: 0px;
  position: relative;
  padding-left: 20px;
}
.sy_con2 .rq {
  padding-top: 35px;
  padding-bottom: 28px;
}
.bt .p1 {
  font-size: 22px;
  padding-bottom: 12px;
}
.bt .p1::before {
  width: 26px;
  height: 2px;
}
.sy_con2 .rq1 {
  padding-top: 20px;
}
.sy_con2 .rq1 .swiper-slide .div {
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.sy_con2 .rq1 .swiper-slide .div .p1 {
  font-size: 18px;
  text-align: center;
}
.sy_con2 .rq1 .swiper-slide .div .p2{
  text-align: center;
  display: none;
}
.sy_con2 .rq1 .rq2 .div1 {
  width: 27%;
}
.sy_con2 .rq1 .rq2 .div3 {
  width: 26%;
}
.sy_con2 .rq1 .rq2 .div2 {
  width: 47%;
}
.sy_con2 .rq1 .rq2 .div2::before {
  width: 82%;
}
.sy_con2 .rq1 .rq2 {
  margin-top: 16px;
}
.sy_con3 .rq {
  margin-top: 20px;
}
.sy_con3 .rq .p1 {
  width: 66%;
}
.sy_con3 .rq .anniu {
  margin-top: 24px;
}
.sy_con4 .rq1 .swiper-slide .div1 {
  background: rgba(0,0,0,0.3);
}
.sy_con4 .rq1 .swiper-slide .div1 .p3 {
  display: none;
}
.sy_con4 .rq1 .swiper-slide .div1 {
  padding: 10px 8px;
}
.sy_con4 .rq1 .swiper-slide .div1 .p1 {
  font-size: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sy_con4 .rq1 .swiper-slide .div1 .p2 {
  font-size: 12px;
  margin-top: 9px;
}
.sy_con4 .rq {
  padding-bottom: 40px;
}

}
@media(max-width:375px){
  .sy_con2 .rq1 .rq2 .div1 {
    width: 30%;
}
.sy_con2 .rq1 .rq2 .div3 {
  width: 28%;
}
.sy_con2 .rq1 .rq2 .div2 {
  width: 42%;
}
.sy_con2 .rq1 .rq2 .div2::before {
  width: 86%;
}
.bt .p1 {
  font-size: 20px;
  padding-bottom: 14px;
}

}







/* 关于 */
.ny_banner{
  width: 100%;
  position: relative;
}
.ny_banner .bj{
  width: 100%;
  vertical-align: middle;
}
.ny_banner .wrap{
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ny_banner .p1{
  font-size: 45px;
  color: #ffffff;
  padding-bottom: 24px;
  position: relative;
}
.ny_banner .p1::before{
  content: '';
  width: 40px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ny_banner .p2{
  font-size: 22px;
  color: #ffffff;
  padding-top: 28px;
}

/* abo_con1 */
.abo_con1{
  width: 100%;
  line-height: 65px;
  background: #fff;
  border-top: 1px solid rgb(245,245,245);
}
.abo_con1 a{
  font-size: 18px;
  color: #666666;
}
.abo_con1 a img{
  width: 18px;
  margin-bottom: 0px;
  margin-right: 5px;
}
.abo_con1 a.on{
  color: #d61d19;
}
.rowcenter{
  display: flex;
  flex-direction: row;
  align-items: center;
}



/* abo_con2 */
.abo_con2{
  width: 100%;
  /* height: 60px; */
  position: sticky;
  top: 0px;
  z-index: 100;
  background: rgb(250,250,250);
  overflow: hidden;
}
.top20px{
  margin-top: 20px;
}
.abo_con2 a {
  line-height: 60px;
  display: inline-block;
  padding: 0 18px;
  transition: all .5s;
  font-size: 18px;
  color: #333333;
  vertical-align: middle;
}
.abo_con2 a:hover, .abo_con2 a.on1,
.abo_con2 span a:hover, .abo_con2 span.on a {
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
  color: #fff;
}



/* abo_con3 */
.abo_con3{
  width: 100%;
  background-image: url(../image/img33.jpg);
  background-size: cover;
  padding-top: 40px;
  position: relative;
}
.b{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50px);
}
.n_bt .p1{
  padding-bottom: 15px;
}
.abo_con3 .n_bt .p1{
  font-size: 32px;
}
.n_bt .p2{
  font-size: 22px;
  color: #666666;
  text-align: center;
  margin-top: 15px;
}
.n_bt .p2 span{
  color: #d61d19;
}
.abo_con3 i{
  font-size: 230px;
  color: #0090d7;
  opacity: 0.1;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "din";
  z-index: 1;
}
.abo_con3 .rq{
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 50px;
  margin-bottom: 60px;
  padding: 15px;
  display: flex;
  align-items:center;
  position: relative;
  z-index: 2;
}
.abo_con3 .rq .lef{
  width: 70%;
  margin-left: 1%;
  margin-right: 3%;
  text-align: justify;
}
.abo_con3 .rq .lef .lef-p{
  text-indent: 36px;
  line-height: 150%;
}
.abo_con3 .rq .lef .lef-p .lef-p-span{
  font-size: 18px;
  line-height: 150%;
  color: #666;
  font-family: arial, helvetica, sans-serif;
}
.abo_con3 .rq .lef .p1{
  font-size: 30px;
  color: #333333;
  padding-left: 105px;
  position: relative;
}
.abo_con3 .rq .lef .p1::before{
  content: '';
  width: 60px;
  height: 2px;
  background: #d61d19;
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.abo_con3 .rq .lef .p2{
  font-size: 16px;
  color: #777777;
  padding-left: 105px;
  padding-right: 110px;
  padding-top: 32px;
  line-height: 28px;
}
.abo_con3 .rq .rig{
  width: 26%;
}
.abo_con3 .rq .rig img{
  width: 100%;
  vertical-align: middle;
  opacity: 0.6;
}

.abo_con3 .rq2{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
.abo_con3 .rq2 .div{
  position: relative;
}
.abo_con3 .rq2 .div::before{
  content: '';
  width: 1px;
  height: 78px;
  background: rgb(215,216,218);
  position: absolute;
  top: 0;
  right: -60%;
}
.abo_con3 .rq2 .div:last-child::before{
  display: none;
}
.abo_con3 .rq2 .div .p1{
  font-size: 18px;
  color: #666666;
  transition: all .5s;
}
.abo_con3 .rq2 .div .p1 span{
  font-size: 70px;
  color: #0b4cdb;
  font-family: "din2";
}
.abo_con3 .rq2 .div .p2{
  font-size: 20px;
  color: #777777;
  transition: all .5s;
}
.abo_con3 .rq2 .div:hover .p1{
  transform: translateY(-5px);
}
.abo_con3 .rq2 .div:hover .p2{
  transform: translateY(5px);
}


/* abo_con4 */
.abo_con4{
  width: 100%;
  padding-top: 140px;
  position: relative;
}
.abo_con4 .rq{
  width: 100%;
  padding-top: 70px;
  display: flex;
  flex-direction: column;
}
.abo_con4 .rq .ryBox{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.abo_con4 .rq .ryBox .ry-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}
.abo_con4 .rq .ryBox .ry-item .imgBox .rypic {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.abo_con4 .rq .ryBox .ry-item .rytext {
  font-size: 20px;
  color: #666;
  margin-top: 30px;
}
.abo_con4 .rq .lef{
  width: 62.4%;
  position: relative;
  padding-right: 1px;
}
.abo_con4 .rq .lef .bj{
  width: 100%;
  vertical-align: middle;
}
.abo_con4 .rq .lef .div{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 260px;
}
.abo_con4 .rq .lef .div img{
  width: 212px;
  transition: all .5s;
}
.abo_con4 .rq .lef:hover .div img{
  transform: scale(1.05);
}
.abo_con4 .rq .lef .div .div1{
  padding-left: 90px;
}
.abo_con4 .rq .lef .div .div1 .p1{
  font-size: 40px;
  color: #ffffff;
  padding-bottom: 20px;
  position: relative;
}
.abo_con4 .rq .lef .div .div1 .p1::before{
  content: '';
  width: 98px;
  height: 2px;
  background-image: url(../image/img41.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.abo_con4 .rq .lef .div .div1 .p2{
  font-size: 22px;
  color: #ffffff;
  margin-top: 20px;
}
.abo_con4 .rq .rig{
  width: 37.6%;
  padding-left: 4px;
}
.abo_con4 .rq .rig .div{
  width: 100%;
  position: relative;
  padding-bottom: 2.5px;
}
.abo_con4 .rq .rig .div:nth-child(2){
  padding-bottom: 0;
  padding-top: 2.5px;
}
.abo_con4 .rq .rig .div .bj{
  width: 100%;
  vertical-align: middle;
}
.abo_con4 .rq .rig .div .div1{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 100px;
}

.abo_con4 .rq .rig .div .div1 img{
  width: 143px;
  transition: all .5s;
}
.abo_con4 .rq .rig .div:hover .div1 img{
  transform: scale(1.05);
}
.abo_con4 .rq .rig .div .div1 .div2{
  padding-left: 60px;
  padding-right: 75px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p1{
  font-size: 40px;
  color: #333333;
  padding-bottom: 20px;
  position: relative;
}
.abo_con4 .rq .rig .div .div1 .div2 .p1::before{
  content: '';
  width: 98px;
  height: 2px;
  background-image: url(../image/img42.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.abo_con4 .rq .rig .div .div1 .div2 .p2{
  font-size: 22px;
  color: #666666;
  margin-top: 20px;
}


/* abo_con5 */
.abo_con5{
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}
.abo_con5 .rq{
  width: 100%;
  padding-top: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.abo_con5 .rq .itemBox{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.abo_con5 .rq .itemBox .item-1{
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.abo_con5 .rq .itemBox .item-1 .qy-title{
  font-size: 22px;
  margin-bottom: 20px;
}
.abo_con5 .rq .itemBox .item-1 .qy-conte{
  font-size: 18px;
  color: #666;
}
.abo_con5 .rq .itemBox .item-1 .itempic{
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
}

.abo_con5 .rq .lef{
  width: 58.7%;
  overflow: hidden;
}
.abo_con5 .rq .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.abo_con5 .rq:hover .lef img{
  transform: scale(1.05);
}
.abo_con5 .rq .rig{
  width: 41.3%;
  padding-left: 80px;
}
.abo_con5 .rq .rig .p1{
  font-family: "akz2";
  font-size: 60px;
  color: #0a4ff1;
  margin-bottom: 14px;
}
.abo_con5 .rq .rig .p2{
  font-size: 18px;
  color: #999999;
  line-height: 32px;
}
.abo_con5 .rq .rig a{
  font-size: 15px;
  color: #fff;
  display: block;
  width: 169px;
  line-height: 47px;
  text-align: center;
  padding-right: 24px;
  position: relative;
  background-image: url(../image/img44.png);
  background-size: cover;
  margin-top: 48px;
}
.abo_con5 .rq .rig a::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../image/img45.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20%;
  transform: translateY(-50%);
}


/* abo_con6 */
.abo_con6{
  width: 100%;
  position: relative;
}
.abo_con6 .bj{
  width: 100%;
  vertical-align: middle;
}
.abo_con6 .bj.ig2{
  display: none;
}
.abo_con6 .wrap{
  position: absolute;
  top: 42%;
  left: 50%;transform: translate(-50%,-50%);
}
.abo_con6 .bt .p1{
  text-align: left;
  opacity: 0;
}
.abo_con6 .swiper-slide-active .bt .p1{
  animation: bw 1s linear .4s both;
}
.abo_con6 .bt .p1::before{
  left: 0;
  transform: translateX(0);
}
.abo_con6 .p2{
  font-size: 20px;
  color: #666666;
  width: 625px;
  text-align: justify;
  margin-top: 35px;
  line-height: 32px;
  opacity: 0;
}
.abo_con6 .swiper-slide-active .p2{
  animation: bw 1s linear .6s both;
}
.abo_con6 .swiper-pagination{
  margin-top: 60px;
}
.abo_con6 .swiper-pagination-bullet{
  margin-right: 15px;
}




/* 关于 分辨率 */
@media(max-width:1680px){
  .abo_con4 .rq .lef .div {
    padding-left: 125px;
}
}
@media(max-width:1459px){
  .ny_banner .p1 {
    font-size: 36px;
    padding-bottom: 18px;
}
.ny_banner .p2 {
  font-size: 16px;
  padding-top: 20px;
}
.abo_con1 {
  line-height: 45px;
}
.abo_con1 a img {
  margin-bottom: -1px;
  margin-right: 5px;
}
.abo_con2 {
  height: 45px;
}
.abo_con2 a {
  line-height: 45px;
  padding: 0 24px;
  font-size: 14px;
}
.abo_con3 {
  padding-top: 60px;
}
.abo_con3 .n_bt .p1 {
  font-size: 30px;
}
.n_bt .p1 {
  padding-bottom: 10px;
}
.n_bt .p2 {
  font-size: 16px;
  margin-top: 10px;
}
.abo_con3 i {
  font-size: 175px;
  top: 70px;
}
.abo_con3 .rq {
  margin-top: 30px;
  margin-bottom: 50px;
  padding: 10px;
}
.abo_con3 .rq .lef .p1 {
  font-size: 22px;
  padding-left: 78px;
}
.abo_con3 .rq .lef .p1::before {
  width: 45px;
  height: 2px;
  left: 18px;
}
.abo_con3 .rq .lef .p2 {
  font-size: 14px;
  padding-left: 78px;
  padding-right: 83px;
  padding-top: 24px;
  line-height: 26px;
}
.abo_con3 .rq2 .div .p1 {
  font-size: 16px;
}
.abo_con3 .rq2 .div .p1 span {
  font-size: 52px;
}
.abo_con3 .rq2 .div .p2 {
  font-size: 16px;
}
.abo_con3 .rq2 .div::before {
  height: 58px;
  right: -104%;
}
.abo_con4 {
  padding-top: 106px;
}
.abo_con4 .rq .lef .div {
  padding-left: 90px;
}
.abo_con4 .rq .lef .div img {
  width: 160px;
}
.abo_con4 .rq .lef .div .div1 {
  padding-left: 68px;
}

.abo_con4 .rq .lef .div .div1 .p1 {
  font-size: 30px;
  padding-bottom: 15px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p1::before,
.abo_con4 .rq .lef .div .div1 .p1::before {
  width: 74px;
  height: 2px;
}
.abo_con4 .rq .lef .div .div1 .p2 {
  font-size: 16px;
  margin-top: 16px;
}
.abo_con4 .rq .rig .div .div1 {
  padding-left: 50px;
}
.abo_con4 .rq .rig .div .div1 img {
  width: 106px;
}
.abo_con4 .rq .rig .div .div1 .div2 {
  padding-left: 29px;
  padding-right: 37px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p1{
  font-size: 30px;
  padding-bottom: 15px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p2 {
  font-size: 16px;
  margin-top: 14px;
}
.abo_con5 {
  padding-top: 54px;
  padding-bottom: 68px;
}
.abo_con5 .rq .rig {
  padding-left: 60px;
}
.abo_con5 .rq .rig .p1 {
  font-size: 44px;
  margin-bottom: 10px;
}
.abo_con5 .rq .rig .p2 {
  font-size: 16px;
  line-height: 30px;
}
.abo_con5 .rq .rig a {
  font-size: 14px;
  width: 127px;
  line-height: 35px;
  padding-right: 22px;
  margin-top: 34px;
}
.abo_con6 .p2 {
  font-size: 16px;
  width: 488px;
  margin-top: 26px;
  line-height: 28px;
}
.abo_con6 .swiper-pagination {
  margin-top: 60px;
}

}
@media(max-width:991px){

.index-box-3 {
    padding-bottom: 40px;
  }
  .index-box-3 .box-container {
    height: 360px;
  }
  .index-box-3 .box-container .newsBox{
      padding: 10px 20px 0;
  }
  .index-box-3 .box-container .newsBox .news-left {
    display: none;
  }
  .index-box-3 .box-container .newsBox .news-right {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 280px;
  }
  .index-box-3 .box-container .newsBox .news-right .right-s {
    height: 70px;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-direction: row;
  }
  .index-box-3 .box-container .newsBox .news-right .right-s .right-st {
    width: 60px;
    height: 50px;
    border: 1px solid #d61d19;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .index-box-3 .box-container .newsBox .news-right .right-s .right-st .time-1{
      font-size: 14px;
      text-align: center;
  }
  .index-box-3 .box-container .newsBox .news-right .right-s .right-st .time-2{
      font-size: 12px;
      text-align: center;
  }
  .index-box-3 .box-container .newsBox .news-right .right-s .right-sc {
    width: 80%;
    margin-top: 10px;
    margin-left: 14px;
  }
  .index-box-3 .box-container .newsBox .news-right .right-s .right-sc .name {
    display: block;
    font-size: 14px;
    color: #505050;
    margin-bottom: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .index-box-3 .box-container .newsBox .news-right .right-s .right-sc .con {
    font-size: 12px;
    color: #999999;
    margin-bottom: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .index-box-3 .box-container .newsBox .news-right .newsMore {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  .index-box-3 .box-container .newsBox .news-right .newsMore .more {
    width: 130px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d61d19;
    color: #d61d19;
    font-size: 16px;
    border-radius: 30px;
    text-align: center;
    margin: 30px auto 0;
  }


.abo_con3 .n_bt .p1 {
    font-size: 24px;
}
.abo_con3 {
    padding-top: 40px;
}
.n_bt .p2 {
  font-size: 14px;
  margin-top: 10px;
}
.abo_con3 i {
  font-size: 125px;
  top: 70px;
}
.abo_con3 .rq {
  margin-top: 30px;
  margin-bottom: 32px;
  padding: 10px;
}
.abo_con3 .rq .lef .p1 {
  font-size: 20px;
  padding-left: 44px;
}
.abo_con3 .rq .lef .p2 {
  font-size: 13px;
  padding-left: 44px;
  padding-right: 34px;
  padding-top: 8px;
  line-height: 24px;
}
.abo_con3 .rq .lef .p1::before {
  width: 20px;
  height: 2px;
  left: 14px;
}
.n_bt .p1 {
  padding-bottom: 7px;
}
.abo_con3 .rq2 .div .p1 {
  font-size: 13px;
}
.abo_con3 .rq2 .div .p1 span {
  font-size: 25px;
  line-height: 35px;
}
.abo_con3 .rq2 .div .p2 {
  font-size: 13px;
}
.abo_con3 .rq2 .div::before {
    height: 41px;
    right: -70%;
}
.abo_con4 {
  padding-top: 65px;
}
.abo_con4 .rq {
  padding-top: 28px;
}
.abo_con4 .rq .lef .div img {
  width: 100px;
}
.abo_con4 .rq .lef .div .div1 {
  padding-left: 30px;
}
.abo_con4 .rq .lef .div .div1 .p1 {
  font-size: 22px;
  padding-bottom: 8px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p1::before, .abo_con4 .rq .lef .div .div1 .p1::before {
  width: 50px;
  height: 2px;
}
.abo_con4 .rq .lef .div .div1 .p2 {
  font-size: 12px;
  margin-top: 10px;
}
.abo_con4 .rq .rig .div .div1 img {
  width: 66px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p1 {
  font-size: 22px;
  padding-bottom: 8px;
}
.abo_con4 .rq .rig .div .div1 .div2 .p2 {
  font-size: 12px;
  margin-top: 5px;
}
.abo_con4 .rq .rig .div .div1 .div2 {
  padding-left: 17px;
  padding-right: 20px;
}
.abo_con4 .rq .rig .div .div1 {
  padding-left: 24px;
}
.abo_con5 {
  padding-top: 20px;
  padding-bottom: 50px;
}
.abo_con5 .rq {
  padding-top: 20px;
}
.abo_con5 .rq .rig {
  padding-left: 20px;
}
.abo_con5 .rq .rig .p1 {
  font-size: 36px;
  margin-bottom: 4px;
}
.abo_con5 .rq .rig .p2 {
  font-size: 13px;
  line-height: 24px;
}
.abo_con5 .rq .rig a {
  font-size: 12px;
  width: 110px;
  line-height: 30px;
  padding-right: 22px;
  margin-top: 34px;
}
.abo_con6{
  display: none;
}
.abo_con6 .p2 {
  font-size: 14px;
  width: 382px;
  margin-top: 14px;
  line-height: 24px;
}
.abo_con6 .swiper-pagination {
  margin-top: 20px;
}
.abo_con6 .swiper-pagination-bullet {
  margin-right: 10px;
}

}
@media(max-width:768px){
  .ny_banner .wrap{
    width: 100%;
  }
  .ny_banner .p1 {
    font-size: 26px;
    padding-bottom: 10px;
}
.ny_banner .p1::before {
  width: 30px;
  height: 2px;
}
.ny_banner .p2 {
  font-size: 14px;
  padding-top: 17px;
}
.abo_con2 a {
  line-height: 37px;
  padding: 0 10px;
  font-size: 13px;
}
.abo_con2 {
  height: 37px;
  top: 45px;
}
.abo_con3 {
  padding-top: 35px;
}
.abo_con3 .n_bt .p1 {
  font-size: 22px;
}
.abo_con3 i {
  font-size: 105px;
  top: 70px;
}
.abo_con3 .rq {
  margin-top: 68px;
  margin-bottom: 24px;
  padding: 10px;
  flex-wrap: wrap-reverse;
}
.abo_con3 .rq .lef{
  width: 100%;
  margin-top: 20px;
}
.abo_con3 .rq .rig{
  width: 100%;
}
.abo_con3 .rq2 .div::before {
  height: 41px;
  right: -47%;
}
.abo_con4 {
  padding-top: 45px;
}
.abo_con4 .rq{
  flex-wrap: wrap;
}
.abo_con4 .rq{
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}
.abo_con4 .rq .ryBox{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.abo_con4 .rq .ryBox .ry-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  background: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.abo_con4 .rq .ryBox .ry-item .imgBox .rypic {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: contain;
}
.abo_con4 .rq .ryBox .ry-item .rytext {
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}
.abo_con4 .rq .lef{
  width: 100%;
  padding: 0;
}
.abo_con4 .rq .rig{
  width: 100%;
  padding: 0;
}
.abo_con4 .rq .rig .div{
  padding: 0 !important;
}
.abo_con4 .rq .rig .div .div1 {
  padding-left: 90px;
}
.abo_con5 .rq{
  width: 100%;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.abo_con5 .rq .itemBox{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.abo_con5 .rq .itemBox .item-1{
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.abo_con5 .rq .itemBox .item-1 .qy-title{
  font-size: 17px;
  margin-bottom: 10px;
}
.abo_con5 .rq .itemBox .item-1 .qy-conte{
  font-size: 14px;
  color: #666;
  text-align: justify;
}
.abo_con5 .rq .itemBox .item-1 .itempic{
  width: 70px;
  height: 70px;
  margin-bottom: 12px;
}
.abo_con5 .rq .lef{
  width: 100%;
}
.abo_con5 .rq .rig{
  width: 100%;
  margin-top: 20px;
}
.abo_con6 .wrap{
  width: 100%;
}

}
@media(max-width:500px){
  .abo_con2 {
    top: 60px;
  }
  .abo_con2 .wrap{
    white-space: nowrap;
    overflow-x: auto;
  }
  .abo_con3 i {
    font-size: 100px;
    top: 70px;
}
.abo_con3 .rq {
  margin-top: 50px;
  margin-bottom: 0px;
}
.abo_con3 .rq .lef .p1 {
  padding-left: 24px;
}
.abo_con3 .rq .lef .p1::before {
  left: 0px;
}
.abo_con3 .rq .lef {
  margin-top: 14px;
}
.abo_con3 .rq .lef .p2 {
  font-size: 13px;
  padding-left: 24px;
  padding-right: 0px;
  padding-top: 4px;
  line-height: 24px;
}
.abo_con3 .rq2 .div{
  width: 33.333333333%;
  text-align: center;
  padding: 2px 0;
  border-right: 1px solid rgb(215,216,218);
}
.abo_con3 .rq2 .div:nth-child(3){
  border-right:none;
}
.abo_con3 .rq2 .div:nth-child(3){
  border-bottom:none;
}
.abo_con3 .rq2 .div:nth-child(4){
  display: none;
}
.abo_con3 .rq2 .div::before{
  display: none;
}
.abo_con3 .rq2{
  flex-wrap: wrap;
  padding: 0;
}
.abo_con4 .rq .lef .div {
  padding-left: 28px;
}
.abo_con4 .rq .lef .div img {
  width: 76px;
}
.abo_con4 .rq .lef .div .div1 .p1 {
  font-size: 22px;
  padding-bottom: 6px;
}
.abo_con4 .rq .lef .div .div1 .p2 {
  font-size: 12px;
  margin-top: 8px;
}
.abo_con4 .rq .rig .div .div1 {
  padding-left: 28px;
}
.abo_con4 .rq .rig .div .div1 img {
  width: 74px;
}
.abo_con4 .rq .lef .div .div1 {
  padding-left: 17px;
}
.abo_con5 .rq .rig {
  padding-left: 10px;
}
.abo_con5 .rq .rig a {
  margin-top: 20px;
}
.abo_con6 .bj.ig1{
  display: none;
}
.abo_con6 .bj.ig2{
  display: block;
}
}
@media(max-width:375px){
  .abo_con2 a {
    line-height: 30px;
    padding: 0 8px;
    font-size: 12px;
}
.abo_con2 {
  height: 30px;
  top: 60px;
}
}



/* 发展历程 */
.abo2_con2{
  position: static;
}
.abo2_con1{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 90px;
}
.abo2_con1 .top{
  width: 100%;
  margin-top: 25px;
  margin-bottom: 45px;
  position: sticky;
  top: 0;
  z-index: 200;
  background: #fff;
}
.abo2_con1 .top .rq{
  padding:20px 64px;
  position: relative;
}
.abo2_con1 .top .swiper-slide{
  height: 52px;
  padding-bottom: 2px;
}
.abo2_con1 .top .swiper-slide a{
  font-size: 18px;
  color: #333333;
  display: block;
  text-align: center;
  line-height: 50px;
  font-family: "akz";
  border: 1px solid rgb(234,234,234);
}
.abo2_con1 .top .swiper-slide span.on a{
  background: #d61d19;
  border: 1px solid #d61d19;
  color: #fff;
}
.abo2_con1 .swiper-button-next,
.abo2_con1 .swiper-button-prev{
  content: '';
  width: 11px;
  height: 22px;
  background-image: url(../image/img47.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  margin-top: 0;
  right: 0;
}
.abo2_con1 .swiper-button-prev{
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.abo2_con1 .bot{
  width: 100%;
}
.abo2_con1 .bot .div{
  display: flex;
  position: relative;
}
.abo2_con1 .bot .div .i{
  position: absolute;
  top: 0;
  transform: translateY(-200px);
}
.abo2_con1 .bot .div .lef{
  width: 25.6%;
  padding-right: 88px;
  border-right: 1px solid rgb(218,218,218);
  position: relative;
  padding-bottom: 25px;
}
.abo2_con1 .bot .div .lef::before{
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../image/img48.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: -8px;
  top: 62px;
  transition: all .5s;
}
.abo2_con1 .bot .div .lef::after{
  content: '';
  width: 5px;
  height: 0%;
  background: transparent;
  position: absolute;
  top: 0;
  right: -3px;
  transition: all .5s;
}
.abo2_con1 .bot .div:hover .lef::before{
  top: 110%;
  opacity: 0;
}
.abo2_con1 .bot .div:hover .lef::after{
  background: #d61d19;
  height:calc(100% - 25px);
}
.abo2_con1 .bot .div .lef p{
  font-size: 24px;
  color: #666666;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(218,218,218);
  text-align: center;
}
.abo2_con1 .bot .div .lef p span{
  font-family: "akz2";
  font-size: 60px;
  color: #333333;
  transition: all .5s;
}
.abo2_con1 .bot .div:hover .lef p span{
  color: #d61d19;
}
.abo2_con1 .bot .div .rig{
  width: 74.4%;
  padding-left: 60px;
  padding-bottom: 25px;
}
.abo2_con1 .bot .div .rig .div1{
  width: 100%;
  min-height: 135px;
  background: rgb(245,245,245);
  padding: 46px 62px;
  position: relative;
}
.abo2_con1 .bot .div .rig .div1::before{
  content: '';
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 12px solid rgb(245,245,245);
  border-bottom: 10px solid transparent;
  position: absolute;
  left: -12px;
  top: 55px;
}
.abo2_con1 .bot .div .rig .div1 p{
  font-size: 20px;
  color: #666666;
  line-height: 35px;
}
.abo2_con1 .a{
  display: block;
  font-size: 15px;
  color: #666666;
  width: 168px;
  height: 46px;
  line-height: 44px;
  border-radius: 46px;
  text-align: center;
  border: 1px solid rgb(218,218,218);
  margin: 0 auto;
  margin-top: 60px;
  padding-right: 22px;
  position: relative;
  transition: all .5s;
}
.abo2_con1 .a::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../image/img49.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
  transition: all .5s;
}
.abo2_con1 .a:hover{
  background: #d61d19;
  border: 1px solid #d61d19;
  color: #fff;
}
.abo2_con1 .a:hover::before{
  background-image: url(../image/img45.png);
}

@media(max-width:1459px){
  .abo2_con1 {
    padding-top: 52px;
    padding-bottom: 66px;
}
.abo2_con1 .top {
  margin-top: 14px;
  margin-bottom: 30px;
}
.abo2_con1 .top .swiper-slide a {
  font-size: 16px;
  line-height: 40px;
}
.abo2_con1 .top .swiper-slide {
  height: 42px;
}
.abo2_con1 .swiper-button-next, .abo2_con1 .swiper-button-prev {
  width: 9px;
  height: 18px;
}
.abo2_con1 .bot .div .lef {
  padding-right: 66px;  padding-bottom: 20px;
}
.abo2_con1 .bot .div .lef p {
  font-size: 18px;
  padding-top: 35px;
  padding-bottom: 30px;
}
.abo2_con1 .bot .div .lef p span {
  font-size: 45px;
}
.abo2_con1 .bot .div .rig {
  padding-left: 45px;
  padding-bottom: 20px;
}
.abo2_con1 .bot .div .rig .div1 {
  min-height: 110px;
  padding: 37px 46px;
}
.abo2_con1 .bot .div .rig .div1 p {
  font-size: 16px;
  line-height: 34px;
}
.abo2_con1 .bot .div .lef::before {
  width: 12px;
  height: 12px;
  right: -7px;
  top: 46px;
}
.abo2_con1 .bot .div .rig .div1::before {
  top: 40px;
}
.abo2_con1 .bot .div .lef::after {
  width: 3px;
  right: -2px;
}
.abo2_con1 .bot .div:hover .lef::after{
  height:calc(100% - 20px);
}
.abo2_con1 .a {
  font-size: 14px;
  width: 128px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  margin-top: 45px;
  padding-right: 18px;
}
.abo2_con1 .a::before {
  right: 19%;
}

}
@media(max-width:991px){
  .abo2_con1 .top{
    top: 60px;
  }
  .abo2_con1 {
    padding-top: 40px;
    padding-bottom: 55px;
}
.abo2_con1 .top .rq {
  padding: 15px 64px;
  position: relative;
}
.abo2_con1 .top .swiper-slide a {
  font-size: 14px;
  line-height: 32px;
}
.abo2_con1 .top .swiper-slide {
  height: 34px;
}
.abo2_con1 .bot .div .lef {
  padding-right: 30px;
  padding-bottom: 10px;
}
.abo2_con1 .bot .div .lef p {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 16px;
}
.abo2_con1 .bot .div .lef p span {
  font-size: 36px;
}
.abo2_con1 .bot .div .rig {
  padding-left: 35px;
  padding-bottom: 10px;
}
.abo2_con1 .bot .div:hover .lef::after{
  height:calc(100% - 10px);
}
.abo2_con1 .bot .div .rig .div1 {
  min-height: 80px;
  padding: 26px 26px;
}
.abo2_con1 .bot .div .rig .div1 p {
  font-size: 14px;
  line-height: 28px;
}
.abo2_con1 .bot .div .lef::before {
  width: 10px;
  height: 10px;
  right: -6px;
  top: 28px;
}
.abo2_con1 .bot .div .rig .div1::before {
  top: 24px;
}

}
@media(max-width:500px){
  .abo2_con1 .top .rq {
    padding: 10px 30px;
    position: relative;
}
.abo2_con1 .top {
  margin-top: 10px;
  margin-bottom: 16px;
}
.abo2_con1 .bot .div .lef {
  padding-right: 16px;
}
.abo2_con1 .bot .div .lef p span {
  font-size: 30px;
}
.abo2_con1 .bot .div .lef p {
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.abo2_con1 .bot .div .rig {
  padding-left: 20px;
  padding-bottom: 10px;
}
.abo2_con1 .bot .div .rig .div1 {
  min-height: 80px;
  padding: 14px 14px;
}
.abo2_con1 .bot .div .i {
  transform: translateY(-120px);
}

}



/* 公司荣誉 */
.aob3_con1{
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}
.aob3_con1 .lef{
  width: 50%;
  float: left;
}
.aob3_con1 .bt .p1{
  text-align: left;
}
.aob3_con1 .bt .p1::before{
  left: 0;
  transform: translateX(0);
}
.aob3_con1 .lef .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 24px;
  line-height: 30px;
}
.aob3_con1 .lef .p3{
  font-size: 26px;
  color: #d61d19;
  margin-top: 62px;
}
.aob3_con1 .rig{
  width: 42%;
  float: right;
}
.aob3_con1 .rig img{
  width: 100%;
  vertical-align: middle;
}




/* .aob3_con2 */
.aob3_con2{
  width: 100%;
}
.aob3_con2 .rq{
  width: 100%;
  border-bottom: 1px solid rgb(232,232,232);
  padding-bottom: 85px;
}
.aob3_con2 .rq .rq1{
  width: 32.33333%;
  height: 265px;
  margin-right: 1.5%;
  float: left;
  position: relative;
}
.aob3_con2 .rq .rq1 .rq2{
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../image/img51.jpg);
  background-size: cover;
  transition: all .5s;
}
.aob3_con2 .rq .rq1:hover .rq2{
  background-image: url(../image/img52.jpg);
}
.aob3_con2 .rq .rq1:nth-child(3){
  margin-right: 0;
}
.aob3_con2 .rq .rq1 i{
  font-size: 24px;
  color: #342c2a;
  opacity: 0.5;
  position: absolute;
  top: 27px;
  right: 40px;
  transition: all .5s;
  display: none;
}
.aob3_con2 .rq .rq1:hover i{
  color: #fff;
  opacity: 1;
}
.aob3_con2 .rq .rq1 .div{
  position: absolute;
  left: 50px;
  bottom: 24px;
}
.aob3_con2 .rq .rq1 .div .p1{
  font-size: 36px;
  font-family: "din2";
  color: #d61d19;
  transition: all .5s;
}
.aob3_con2 .rq .rq1 .div .p1 span{
  font-size: 72px;
}
.aob3_con2 .rq .rq1 .div .p2{
  font-size: 24px;
  color: #666666;
  transition: all .5s;
}
.aob3_con2 .rq .rq1:hover .p1,
.aob3_con2 .rq .rq1:hover .p2{
  color: #fff;
}


/* aob3_con3 */
.aob3_con3{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 110px;
}
.aob3_con3 .p1{
  font-size: 24px;
  color: #342c2a;
  text-align: center;
  line-height: 36px;
}
.aob3_con3 .top{
  display: table;
  width: auto;
  margin: 0 auto;
  margin-top: 44px;
  padding-bottom: 75px;
}
.aob3_con3 .top button{
  display: block;
  float: left;
  font-size: 16px;
  color: #333333;
  width: 170px;
  height: 47px;
  border-radius: 47px;
  background-image: url(../image/img51.jpg);
  background-size: cover;
  margin: 0 10px;
  transition: all .5s;
}
.aob3_con3 .top button.on,
.aob3_con3 .top button:hover{
  background-image: url(../image/img52.jpg);
  color: #fff;
}
.aob3_con3 .bot{
  width: 100%;
  position: relative;
  padding-bottom: 100px;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next{
  width: 50px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.lb-nav a.lb-prev{
  left: 0;
}
.aob3_con3 .bot .rq{
  display: none;
}
.aob3_con3 .bot .rq.on1{
  display: block;
}
.aob3_con3 .bot .swiper-container{
  padding: 12px 0;
}
.aob3_con3 .bot .swiper-slide{
  width: 360px;
  height: 465px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,0.2);
}
.aob3_con3 .bot .swiper-slide-active{
  border: 1px solid rgb(237,237,237);
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,0);
}
.aob3_con3 .bot .swiper-slide .div1{
  width: 100%;
  height: 395px;
  border-bottom: 1px dashed rgb(173,173,173);
  position: relative;
}
.aob3_con3 .bot .swiper-slide .div1 img{
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.aob3_con3 .bot .swiper-slide:hover .div1 img{
  transform: translate(-50%,-50%) scale(1.05);
}
.aob3_con3 .bot .swiper-slide .p{
  width: 100%;
  line-height: 70px;
  font-size: 18px;
  color: #333333;
  padding-left: 25px;
  position: relative;
}
.aob3_con3 .bot .swiper-slide .p::before{
  content: '';
  width: 19px;
  height: 19px;
  background-image: url(../image/img54.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.aob3_con3 .team-left,
.aob3_con3 .team-right{
  width: 65px;
  height: 63px;
  background-image: url(../image/img56.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 53%;
  transform: translateX(-50%);
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,0.1);
  transition: all .5s;
}
.aob3_con3 .team-left{
  left: 47%;
  transform: translateX(-50%) rotate(180deg);
}
.aob3_con3 .team-left:hover,
.aob3_con3 .team-right:hover{
  background-image: url(../image/img57.png);
}

@media(max-width:1459px){
  .aob3_con1 {
    padding-top: 110px;
    padding-bottom: 83px;
}
.aob3_con1 .lef .p2 {
  font-size: 14px;
  margin-top: 18px;
  line-height: 26px;
}
.aob3_con1 .lef .p3 {
  font-size: 20px;
  margin-top: 46px;
}
.aob3_con2 .rq .rq1 {
  height: 200px;
}
.aob3_con2 .rq .rq1 i {
  font-size: 18px;
  top: 16px;
  right: 26px;
}
.aob3_con2 .rq .rq1 .div {
  left: 20px;
  bottom: 16px;
}
.aob3_con2 .rq .rq1 .div .p1 {
  font-size: 28px;
}
.aob3_con2 .rq .rq1 .div .p1 span {
  font-size: 54px;
}
.aob3_con2 .rq .rq1 .div .p2 {
  font-size: 18px;
}
.aob3_con2 .rq {
  padding-bottom: 64px;
}
.aob3_con3 {
  padding-top: 52px;
  padding-bottom: 80px;
}
.aob3_con3 .p1 {
  font-size: 18px;
  line-height: 32px;
}
.aob3_con3 .top {
  margin-top: 33px;
  padding-bottom: 57px;
}
.aob3_con3 .top button {
  font-size: 14px;
  width: 120px;
  height: 35px;
  border-radius: 35px;
  margin: 0 5px;
}
.aob3_con3 .bot .swiper-slide {
  width: 310px;
  height: 383px;
}
.aob3_con3 .bot .swiper-slide .div1 {
  height: 330px;
}
.aob3_con3 .bot .swiper-slide .p {
  line-height: 53px;
  font-size: 16px;
  padding-left: 22px;
}
.aob3_con3 .bot {
  padding-bottom: 76px;
}
.aob3_con3 .team-left, .aob3_con3 .team-right {
  width: 49px;
  height: 49px;
}

}
@media(max-width:1259px){
  .aob3_con1 {
    padding-top: 75px;
    padding-bottom: 54px;
}
.aob3_con2 .rq .rq1 {
  height: 175px;
}
.aob3_con2 .rq .rq1 .div .p1 span {
  font-size: 48px;
}
.aob3_con2 .rq .rq1 .div .p2 {
  font-size: 14px;
}
.aob3_con2 .rq {
  padding-bottom: 42px;
}
.aob3_con3 {
  padding-top: 35px;
  padding-bottom: 60px;
}
.aob3_con3 .top {
  margin-top: 33px;
  padding-bottom: 30px;
}
.aob3_con3 .bot .swiper-slide {
  width: 270px;
  height: 310px;
}
.aob3_con3 .bot .swiper-slide .div1 {
  height: 270px;
}
.aob3_con3 .bot .swiper-slide .p {
  line-height: 40px;
  font-size: 14px;
  padding-left: 20px;
}

}
@media(max-width:768px){
  .aob3_con1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aob3_con1 .lef{
  width: 100%;
}
.aob3_con1 .rig{
  width: 100%;
  margin-top: 20px;
}

}
@media(max-width:500px){
  .aob3_con1 .lef .p2 {
    font-size: 14px;
    margin-top: 15px;
    line-height: 24px;
}
.aob3_con1 .lef .p3 {
  font-size: 18px;
  margin-top: 20px;
}
.aob3_con2 .rq .rq1{
  height: 150px;
}
.aob3_con2 .rq .rq1 i {
  font-size: 16px;
  top: 10px;
  right: 16px;
}
.aob3_con2 .rq .rq1 .div .p1 span {
  font-size: 36px;
}
.aob3_con2 .rq .rq1 .div .p1 {
  font-size: 20px;
}
.aob3_con2 .rq .rq1 .div .p2 {
  font-size: 13px;
}
.aob3_con2 .rq .rq1 .div {
  left: 8px;
  bottom: 10px;
}
.aob3_con3 {
  padding-top: 35px;
  padding-bottom: 45px;
}
.aob3_con3 .p1 {
  font-size: 14px;
  line-height: 24px;
}
.aob3_con3 .top {
  margin-top: 33px;
  padding-bottom: 16px;
}
.aob3_con3 .bot .swiper-slide {
  width: 180px;
  height: 240px;
}
.aob3_con3 .bot .swiper-slide .div1 {
  height: 200px;
}
.aob3_con3 .bot .swiper-slide .p {
  line-height: 40px;
  font-size: 13px;
  padding-left: 10px;
}
.aob3_con3 .bot .swiper-slide .p::before {
  width: 14px;
  height: 14px;
  right: 14px;
}
.aob3_con3 .team-left, .aob3_con3 .team-right {
  width: 40px;
  height: 40px;
  left: 58%;
}
.aob3_con3 .team-left{
  left: 42%;
}
.aob3_con3 .bot {
  padding-bottom: 46px;
}

}



/* 产品列表1 */
.ny_banner .p3{
  font-size: 16px;
  color: #fff;
  width: 545px;
  margin-top: 35px;
}
.pro_con1{
  width: 100%;
  margin-top: 32px;
  margin-bottom: 50px;
}
.pro_con1 .rq{
  padding: 30px;
  background: rgb(241,241,241);
}
.pro_con1 .rq .div1{
  width: 10.5%;
  float: left;
  font-size: 22px;
  color: #333333;
  line-height: 48px;
}
.pro_con1 .rq .div2{
  width: 65.7%;
  float: left;
  height: 48px;
  background: #fff;
}
.pro_con1 .rq .div2 input{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #999999;
  padding-left: 22px;
}
.pro_con1 .rq .div3{
  width: 19.5%;
  height: 48px;
  float: right;
}
.pro_con1 .rq .div3 button{
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
}


/* .pro_con2 */
.pro_con2{
  width: 100%;
  padding-top: 15px;
  padding-bottom: 100px;
}
.pro_con2 .rq{
  width: 100%;
  height: 381px;
  margin-bottom: 38px;
  position: relative;
}
.pro_con2 .rq .i{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-200px);
  opacity: 0;
}
.pro_con2 .rq:last-child{
  margin-bottom: 0;
}
.pro_con2 .rq .lef{
  width: 40%;
  height: 100%;
  float: left;
  background: rgb(241,241,241);
  position: relative;
  border: 1px solid rgb(227,227,227);
}
.pro_con2 .rq .lef img{
  width: 90%;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
  vertical-align: middle;
}
.pro_con2 .rq:hover .lef img{
  /* width: 100%; */
}
.pro_con2 .rq .rig{
  width: 57.2%;
  height: 100%;
  float: right;
  background-image: url(../image/img61.jpg);
  background-size: cover;
  padding: 0 45px;
  padding-top: 20px;
  transition: all .5s;
  position: relative;
}
.pro_con2 .rq .rig::before{
  content: '';
  width: 100%;
  height: 4px;
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all .5s;
}
.pro_con2 .rq:hover .rig::before{
  width: 0;
}
.pro_con2 .rq:hover .rig{
  background-image: url(../image/img60.jpg);
}
.pro_con2 .rq .rig .p1{
  font-size: 32px;
  color: #333333;
  padding-bottom: 28px;
  border-bottom: 2px solid rgb(230,230,230);
  transition: all .3s;
}
.pro_con2 .rq:hover .rig .p1{
  color: #fff;
}
.pro_con2 .rq .rig .div{
  width: 100%;
  padding-top: 20px;
}
.pro_con2 .rq .rig .div a{
  display: block;
  width: 25%;
  float: left;
  font-size: 18px;
  color: #333333;
  padding-left: 28px;
  padding-right: 10px;
  margin-bottom: 14px;
  position: relative;
  transition: all .3s;
}
.pro_con2 .rq .rig .div a:hover{
  padding-left: 34px;
}
.pro_con2 .rq:hover .rig .div a{
  color: #fff;
}
.pro_con2 .rq .rig .div a::before{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../image/img62.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  transition: all .3s;
}
.pro_con2 .rq:hover .rig .div a::before{
  background-image: url(../image/img63.png);
}

@media(max-width:1459px){
  .pro_con1 {
    margin-top: 24px;
    margin-bottom: 38px;
}
.pro_con1 .rq {
  padding: 22px;
}
.pro_con1 .rq .div1 {
  font-size: 16px;
  line-height: 40px;
}
.pro_con1 .rq .div2 {
  height: 40px;;
}
.pro_con1 .rq .div2 input {
  font-size: 14px;
  padding-left: 18px;
}
.pro_con1 .rq .div3 {
  height: 40px;
}
.pro_con1 .rq .div3 button {
  font-size: 16px;
}
.pro_con2 .rq {
  height: 298px;
  margin-bottom: 25px;
}
.pro_con2 .rq .rig {
  padding: 0 46px;
  padding-top: 38px;
}
.pro_con2 .rq .rig .p1 {
  font-size: 26px;
  padding-bottom: 20px;
}
.pro_con2 .rq .rig .div {
  padding-top: 14px;
}
.pro_con2 .rq .rig .div a {
  font-size: 16px;
  padding-left: 26px;
  margin-bottom: 12px;
}
.pro_con2 .rq .rig .div a::before {
  width: 18px;
  height: 18px;
}
.pro_con2 .rq .rig .div a:hover {
  padding-left: 32px;
}
.pro_con2 {
  padding-bottom: 90px;
}

}
@media(max-width:1259px){
  .pro_con2 .rq {
    height: 262px;
    margin-bottom: 18px;
}

}
@media(max-width:991px){
  .ny_banner .p3 {
    font-size: 14px;
    width: 90%;
    margin-top: 20px;
}
.pro_con2 .rq {
  height: 202px;
  margin-bottom: 18px;
}
.pro_con2 .rq .rig {
  padding: 0 20px;
  padding-top: 24px;
}
.pro_con2 .rq .rig .p1 {
  font-size: 22px;
  padding-bottom: 12px;
}
.pro_con2 .rq .rig .div a {
  font-size: 14px;
  padding-left: 26px;
  margin-bottom: 10px;
  width: auto;
  margin-right: 10px;
}

}
@media(max-width:768px){
  .pro_con1 .rq .div1 {
    font-size: 14px;
    line-height: 40px;
}
  .ny_banner .p3 {
    margin-top: 14px;
}
.pro_con2 .rq{
  width: 100%;
  height: auto;
}
.pro_con2 .rq .lef{
  width: 100%;
}
.pro_con2 .rq .rig{
  width: 100%;
}
.pro_con2 .rq .lef img{
  width: 100%;
  position: static;
  transform: translate(0,0);
}

}
@media(max-width:500px){
  .pro_con1 .rq .div1 {
    font-size: 14px;
    line-height: 40px;
    width: 21%;
}
.pro_con1 .rq .div2 {
  width: 55%;
}
.pro_con1 .rq {
  padding: 15px;
}
.pro_con1 .rq .div2 input {
  font-size: 13px;
  padding-left: 12px;
}
.pro_con1 .rq .div3 button {
  font-size: 14px;
}
.pro_con1 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.pro_con2 .rq .rig {
  padding: 0 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pro_con2 .rq .rig .p1 {
  font-size: 20px;
  padding-bottom: 10px;
}
.pro_con2 {
  padding-bottom: 46px;
}

}




/* 产品列表2 */
.pro2_con1{
  width: 100%;
}
.pro2_con1 .rq{
  width: 100%;
  height: 332px;
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,0.1);
  display: flex;
  align-items: center;
}
.pro2_con1 .rq .lef{
  width: 37.5%;
}
.pro2_con1 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.pro2_con1 .rq .rig{
  width: 62.5%;
  padding: 0 70px;
}
.pro2_con1 .rq .rig .p1{
  font-size: 36px;
  color: #333333;
  padding-bottom: 25px;
  position: relative;
}
.pro2_con1 .rq .rig .p1::before{
  content: '';
  width: 37px;
  height: 3px;
  background-image: url(../image/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pro2_con1 .rq .rig .p2{
  font-size: 18px;
  color: #666666;
  margin-top: 26px;
}


/* pro2_con2 */
.pro2_con2{
  width: 100%;
  padding-bottom: 105px;
}
.pro2_con2 .rq{
  width: 100%;
  background: rgb(250,250,250);
  padding: 48px 58px;
  padding-bottom: 70px;
}
.pro2_con2 .rq1{
  width: 100%;
}
.pr_div{
  width: 32.3333%;
  margin-right: 1.5%;
  float: left;
}
.pr_div:nth-child(3n){
  margin-right: 0;
}
.pr_div .top{
  width: 100%;
  height: 252px;
  background: #fff;
  border: 1px solid rgb(234,234,234);
  position: relative;
  overflow: hidden;
}
.pr_div:hover .top{
  border: 1px solid rgb(83,166,242);
}
.pr_div .top .bj{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.pr_div:hover .top .bj{
  transform: translate(-50%,-50%) scale(1.05);
}
.pr_div .top .ig1{
  width: 54px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.pr_div .top .div1{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(83,166,242,.9);
  /* transform: rotate(-90deg); */
  opacity: 0;
  transform-origin: left bottom;
  transition: all .5s;
}
.pr_div:hover .top .div1{
  /* transform: rotate(0deg); */
  /* opacity: 1; */
}
.pr_div .top .div1 p{
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}
.pr_div .top .div1 p img{
  width: 33px;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  opacity: 0;
}
.pr_div .bot{
  width: 100%;
  height: 108px;
}
.pr_div .bot p{
  font-size: 22px;
  color: #333333;
  text-align: center;
  padding-top: 25px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.pro2_con2 .rq button{
  font-size: 15px;
  color: #666666;
  display: block;
  width: 170px;
  height: 47px;
  border-radius: 47px;
  border: 2px solid rgb(217,217,217);
  margin: 0 auto;
  margin-top: 40px;
  padding-right: 25px;
  position: relative;
  transition: all .5s;
}
.pro2_con2 .rq button::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../image/img49.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 26%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.pro2_con2 .rq button:hover{
  color: #fff;
  background: #d61d19;
  border: 2px solid #d61d19;
}
.pro2_con2 .rq button:hover::before{
  background-image: url(../image/img45.png);
}

@media(max-width:1459px){
  .pro2_con1 .rq{
    height: 261px;
  }
  .pro2_con1 .rq .rig {
    padding: 0 53px;
}
.pro2_con1 .rq .rig .p1 {
  font-size: 26px;
  padding-bottom: 18px;
}
.pro2_con1 .rq .rig .p2 {
  font-size: 16px;
  margin-top: 19px;
}
.pro2_con2 .rq {
  padding: 36px 44px;
  padding-bottom: 53px;
}
.pr_div .top {
  height: 190px;
}
.pr_div .top .bj {
  max-width: 75%;
  max-height: 50%;
}
.pr_div .top .ig1 {
  width: 40px;
}
.pr_div .top .div1 p {
  font-size: 14px;
}
.pr_div .top .div1 p img {
  width: 25px;
}
.pr_div .bot {
  height: 82px;
}
.pr_div .bot p {
  font-size: 16px;
  padding-top: 18px;
}
.pro2_con2 .rq button {
  font-size: 14px;
  width: 130px;
  height: 35px;
  border-radius: 35px;
  margin-top: 30px;
  padding-right: 18px;
}
.pro2_con2 .rq button::before {
  right: 20%;
}
.pro2_con2 {
  padding-bottom: 80px;
}

}
@media(max-width:1259px){
  .pro2_con1 .rq {
    height: 230px;
}

}
@media(max-width:991px){
  .pro2_con1 .rq {
    height: 178px;
}
.pro2_con1 .rq .rig {
  padding: 0 25px;
}
.pro2_con1 .rq .rig .p1 {
  font-size: 22px;
  padding-bottom: 10px;
}
.pro2_con1 .rq .rig .p2 {
  font-size: 14px;
  margin-top: 14px;
}
.pro2_con2 .rq {
  padding: 24px 16px;
  padding-bottom: 40px;
}
.pro2_con2 .rq button {
  margin-top: 5px;
}

}
@media(max-width:768px){
  .pro2_con1 .rq{
    flex-wrap: wrap;
    height: auto;
  }
  .pro2_con1 .rq .lef{
    width: 100%;
  }
  .pro2_con1 .rq .rig{
    width: 100%;
    padding: 20px 15px;
  }
  .pro2_con2 .rq {
    padding: 24px 15px;
    padding-bottom: 40px;
}
.pr_div{
  width: 49%;
  margin-right: 2%;
}
.pr_div:nth-child(3n){
  margin-right: 2%;
}
.pr_div:nth-child(2n){
  margin-right: 0;
}

}
@media(max-width:500px){
  .pr_div .top {
    height: 120px;
}
.pr_div .top .ig1 {
  width: 30px;
}
.pr_div .bot p {
  font-size: 14px;
  padding-top: 10px;
}
.pr_div .bot {
  height: 50px;
}
.pro2_con2 .rq button {
  font-size: 12px;
  width: 116px;
  margin-top: 15px;
}
.pro2_con2 {
  padding-bottom: 35px;
}

}




/* 产品详情 */
/* pro_dat1 */
.pro_dat1{
  width: 100%;
  padding-top: 35px;
  padding-bottom: 40px;
  background: rgb(250,250,250);
}
.pro_dat1 .rq{
  width: 100%;
  height: 600px;
  background: #fff;
  border-top: 4px solid linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
}
.pro_dat1 .rq .lef{
  width: 56%;
  float: left;
}
.pro_dat1 .rq .lef .top{
  width: 100%;
  height: 455px;
}
.pro_dat1 .rq .lef .top .swiper-container{
  width: 100%;
  height: 100%;
}
.pro_dat1 .rq .lef .top .swiper-slide{
  width: 100%;
  height: 100%;
  position: relative;
}
.pro_dat1 .rq .lef .top .swiper-slide img{
  max-width: 65%;
  max-height: 65%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pro_dat1 .rq .lef .bot{
  width: 100%;
  height: 145px;
  padding: 0 190px;
}
.pro_dat1 .rq .lef .bot .rq1{
  position: relative;
}
.pro_dat1 .rq .lef .bot .swiper-container{
  width: 100%;
  height: 100%;
  padding-bottom: 2px;
  padding-right: 2px;
  padding-left: 1px;
}
.pro_dat1 .rq .lef .bot .swiper-slide{
  height: 84px;
  position: relative;
  background: rgb(250,250,250);
}
.pro_dat1 .rq .lef .bot .swiper-slide::before{
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid rgb(234,234,234);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all .5s;
}
.pro_dat1 .rq .lef .bot .swiper-slide-thumb-active::before{
  border: 1px solid rgb(83,166,242);
}
.pro_dat1 .rq .lef .bot .swiper-slide img{
  max-width: 85%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pro_dat1 .swiper-button-next,
.pro_dat1 .swiper-button-prev{
  width: 14px;
  height: 26px;
  background-image: url(../image/img72.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
  transition: all .5s;
}
.pro_dat1 .swiper-button-prev{
  transform: translateY(-50%) rotate(180deg);
  left: -50px;
}
.pro_dat1 .swiper-button-next:hover,
.pro_dat1 .swiper-button-prev:hover{
  background-image: url(../image/img73.png);
}
.pro_dat1 .rq .rig{
  width: 44%;
  float: left;
  padding-top: 100px;
  padding-right: 190px;
}
.pro_dat1 .rq .rig .p1{
  font-size: 36px;
  color: #333333;
  border-bottom: 1px solid rgb(230,230,230);
  padding-bottom: 25px;
  margin-bottom: 40px;
}
.pro_dat1 .rq .rig .p2{
  font-size: 18px;
  color: #666666;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
}
.pro_dat1 .rq .rig .p2::before{
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../image/img74.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 2px;
}
.pro_dat1 .rq .rig a{
  display: block;
  font-size: 16px;
  color: #ffffff;
  width: 170px;
  height: 47px;
  line-height: 45px;
  border-radius: 47px;
  margin-top: 58px;
  padding-right: 32px;
  background-image: url(../image/img44.png);
  background-size: cover;
  text-align: center;
  position: relative;
}
.pro_dat1 .rq .rig a::before{
  content: '';
  width: 16px;
  height: 16px;
  background-image: url(../image/img75.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
}


.pro_dat2{
  width: 100%;
  padding-bottom: 47px;
  background: rgb(250,250,250);
}
.pro_dat2 .top{
  width: 100%;
  background: rgb(51,51,51);
}
.pro_dat2 .top button{
  font-size: 20px;
  color: #ffffff;
  line-height: 80px;
  padding: 0 40px;
}
.pro_dat2 .top button.on{
  background: #d61d19;
}
.pro_dat2 .bot{
  padding: 65px;
  background: #fff;
}
.pro_dat2 .bot .rq{
  width: 100%;
  display: none;
}
.pro_dat2 .bot .rq.on1{
  display: block;
}
.pro_dat2 .bot .rq img{
  max-width: 100% !important;
  height: auto !important;
}
.pro_dat2 .bot .rq .p1{
  font-size: 30px;
  color: #666;
  margin-bottom: 32px;
}
.pro_dat2 .bot .rq .p1 img{
  width: 39px;
  margin-bottom: -8px;
  margin-right: 3px;
}
.pro_dat2 .bot .rq .div{
  width: 100%;
  color: #666666;
}
.pro_dat2 .bot .rq .div ul,
.pro_dat2 .bot .rq .div ul li{
  list-style-type: disc !important;
}
.pro_dat2 .bot .rq .div table{
  width: 100%;
}
.pro_dat2 .bot .rq .div table td{
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  color: #666666;
  border: 1px solid rgb(219,219,219);
  padding: 13px 0;
}
.pro_dat2 .bot .rq .div table td[rowspan]{
  font-size: 18px;
  color: #333333;
  background: rgb(245,245,245);
  border-top: none;
  border-right: none;
  border-left: none;
}

/* .pro_dat3 */
.pro_dat3{
  width: 100%;
  padding-top: 95px;
  padding-bottom: 30px;
}
.pro_dat3 .rq{
  width: 100%;
}
.pro_dat3 .pr_div{
  width: 100%;
  margin-right: 0;
}
.pro_dat3 .pr_div .bot p{
  font-size: 17px;
  padding-top: 14px;
}
.pro_dat3 .pr_div .top .div1 p{
  font-size: 16px;
}
.pro_dat3 .pr_div .top .div1 p img{
  width: 25px;
}

@media(max-width:1459px){
  .pro_dat1 .rq .lef .top {
    height: 346px;
}
.pro_dat1 .rq .lef .top .swiper-slide img {
  max-width: 60%;
  max-height: 60%;
}
.pro_dat1 .rq .lef .bot {
  height: 110px;
  padding: 0 145px;
}
.pro_dat1 .rq {
  height: 456px;
}
.pro_dat1 .rq .lef .bot .swiper-slide {
  height: 64px;
}
.pro_dat1 .swiper-button-next, .pro_dat1 .swiper-button-prev {
  width: 10px;
  height: 20px;
}
.pro_dat1 .rq .rig {
  padding-top: 75px;
  padding-right: 100px;
}
.pro_dat1 .rq .rig .p1 {
  font-size: 26px;
  padding-bottom: 18px;
  margin-bottom: 30px;
}
.pro_dat1 .rq .rig .p2 {
  font-size: 16px;
  padding-left: 26px;
  margin-bottom: 12px;
}
.pro_dat1 .rq .rig .p2::before {
  width: 16px;
  height: 16px;
}
.pro_dat1 .rq .rig a {
  font-size: 14px;
  width: 130px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  margin-top: 44px;
  padding-right: 26px;
}
.pro_dat1 .rq .rig a::before {
  width: 13px;
  height: 13px;
  right: 21%;
}
.pro_dat1 {
  padding-top: 26px;
  padding-bottom: 30px;
}
.pro_dat2 {
  padding-bottom: 35px;
}
.pro_dat2 .top button {
  font-size: 16px;
  line-height: 60px;
  padding: 0 30px;
}
.pro_dat2 .bot {
  padding: 46px;
}
.pro_dat2 .bot .rq .p1 {
  font-size: 22px;
  margin-bottom: 24px;
}
.pro_dat2 .bot .rq .p1 img {
  width: 28px;
  margin-bottom: -6px;
  margin-right: 2px;
}
.pro_dat2 .bot .rq .div table td {
  font-size: 14px;
  padding: 12px 0;
}
.pro_dat2 .bot .rq .div table td[rowspan] {
  font-size: 16px;
}
.pro_dat3 {
  padding-top: 72px;
  padding-bottom: 22px;
}

}
@media(max-width:991px){
  .pro_dat1 .rq{
    height: auto;
  }
  .pro_dat1 .rq .lef{
    width: 100%;
  }
  .pro_dat1 .rq .rig{
    width: 100%;
  }
  .pro_dat1 .rq .rig {
    padding: 0 30px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.pro_dat2 .top button {
  font-size: 14px;
  line-height: 44px;
  padding: 0 22px;
}
.pro_dat2 .bot {
  padding: 24px;
}
.pro_dat2 .bot .rq .p1 {
  font-size: 18px;
  margin-bottom: 16px;
}
.pro_dat2 .bot .rq .p1 img {
  width: 22px;
  margin-bottom: -4px;
  margin-right: 2px;
}
.pro_dat2 .bot .rq .div table td {
  font-size: 13px;
  padding: 12px 0;
}
.pro_dat2 .bot .rq .div table td[rowspan] {
  font-size: 14px;
}
.pro_dat2 .bot .rq .div table{
  width: 700px;
}
.pro_dat2 .bot .rq .div{
  overflow-x: auto;
}

}
@media(max-width:500px){
  .pro_dat1 .rq .lef .top {
    height: 180px;
}
.pro_dat1 .rq .lef .bot {
  height: 60px;
  padding: 0px 60px;
  margin-top: 30px;
}
.pro_dat1 .swiper-button-next{
  right: -30px;
}
.pro_dat1 .swiper-button-prev {
  left: -30px;
}
.pro_dat1 .rq .lef .top .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.pro_dat1 .rq .rig .p1 {
  font-size: 20px;
  padding-bottom: 9px;
  margin-bottom: 16px;
}
.pro_dat1 .rq .rig {
  padding: 30px 15px;
}
.pro_dat1 .rq .rig .p2 {
  font-size: 14px;
  padding-left: 22px;
  margin-bottom: 10px;
}
.pro_dat1 .rq .rig a {
  font-size: 12px;
  width: 110px;
  height: 33px;
  line-height: 33px;
  border-radius: 33px;
  margin-top: 34px;
  padding-right: 24px;
}
.pro_dat2 .top button {
  font-size: 13px;
  line-height: 40px;
  padding: 0 15px;
}
.pro_dat2 .bot {
  padding:20px 15px;
}
.pro_dat3 {
  padding-top: 40px;
  padding-bottom: 18px;
}
.pro_dat3 .pr_div .bot p {
  font-size: 15px;
  padding-top: 11px;
}
.pro_dat3 .pr_div .top .div1 p {
  font-size: 14px;
}
.pro_dat3 .rq .swiper-container{
  padding-bottom: 30px;
}

}


/*热门检测*/
.index .jiance {
  width: 100%;
  background: #f3f4f9;
}

.index .jiance .in_title {
  padding-top: 0;
}

.index .jiance .cont {
  padding: 30px;
  margin-top: 50px;
  background: #fff;
}

.index .jiance .list li {
  width: 285px;
  height: 260px;
  margin-right: 20px;
  border: 1px solid #d7d8df;
  box-sizing: border-box;
  transition: all .5s;
}

.index .jiance .list li .img {
  width: 100%;
  height: 180px;
  margin-bottom: 15px;
}

.index .jiance .list li .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.index .jiance .list li h3 {
  height: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #282b45;
  line-height: 18px;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.index .jiance .list li p {
  margin-top: 10px;
  padding: 0 30px;
  overflow: hidden;
  height: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #a2a3b4;
  line-height: 20px;
  text-align: justify;
}

.index .jiance .list li:hover {
  box-shadow: 1px 2px 10px rgb(0 0 0 / 20%);
}

.index .jiance .hd {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  opacity: .3;
}

.index .jiance .hd .swiper-button-prev,
.index .jiance .hd .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  margin-left: 43%;
  border: 2px solid #000;
  border-radius: 50%;
  background-size: 18px 18px;
  transition: all .5s;
}

.index .jiance .hd .swiper-button-next {
  margin-left: 0;
  margin-right: 43%;
}



/*浮动客服*/
.toolbar {
  position: fixed;
  bottom: 4%;
  right: 0%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

.toolbar dd {
  position: relative;
  float: left;
  width: 80px;
  height: 80px;
  background: #d61d19;
  opacity: 0.8;
  margin-top: 2px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  cursor: pointer;
  transition: all .5s;
}

.toolbar dd:first-child {
  margin-top: 0;
}

.toolbar dd i {
  width: 100%;
  height: 30px;
  display: block;
  margin-top: 16px;
  background: url(../image/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
  background-position-y: 0;
}

.toolbar dd.tel i {
  background-position-y: -30px;
}

.toolbar dd.code i {
  background-position-y: -60px;
}

.toolbar dd.top i {
  background-position-y: -90px;
}

.toolbar dd span {
  display: block;
  color: #fff;
}

.toolbar dd.tel .box {
  position: absolute;
  top: 0;
  width: 190px;
  right: -200px;
  height: 100%;
  margin-right: 20px;
  border-radius: 5px;
  background: #d61d19;
  opacity: 0;
  transition: all .5s;
}

.toolbar dd.tel .box p {
  font-size: 14px;
  margin: 15px auto 7px;
}

.toolbar dd.tel .box h3 {
  font-size: 18px;
  font-weight: bold;
}

.toolbar dd.tel .box:after {
  display: block;
  content: " ";
  border-style: solid dashed dashed dashed;
  border-color: transparent transparent transparent #d61d19;
  border-width: 9px;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: -18px;
  margin-left: -12px;
}

.toolbar dd.code .box {
  position: absolute;
  top: 0;
  width: 142px;
  right: -172px;
  height: 142px;
  margin-right: 20px;
  border-radius: 5px;
  background: #d61d19;
  opacity: 0;
  transition: all .5s;
}

.toolbar dd.code .box img {
  width: 140px;
  height: 140px;
  padding: 11px;
}

.toolbar dd.code .box:after {
  display: block;
  content: " ";
  border-style: solid dashed dashed dashed;
  border-color: transparent transparent transparent #d61d19;
  border-width: 9px;
  width: 0;
  height: 0;
  position: absolute;
  top: 30px;
  right: -18px;
  margin-left: -12px;
}

.toolbar dd:hover {
  background: #333;
}

.toolbar dd.tel:hover .box {
  opacity: 1;
  right: 80px;
}

.toolbar dd.code:hover .box {
  opacity: 1;
  right: 80px;
}

.wxBox{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 280px;
  margin-top: 5px;
}
.wxBox .cBox{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wxBox .wxgzh_pic{
  width: 130px;
  height: 130px;
}
.wxBox .wx_text{
  font-size: 16px;
  color: #d5d5d5;
  margin-top: 8px;
}

.fgsBox{
  margin-top: 12px;
}
.fgsBox .fgsInfo{
  display: flex;
  flex-direction: column;
}
.fgsBox .fgsInfo .p-name{
  font-size: 17px;
  color: #d5d5d5;
}
.fgsBox .fgsInfo .p-address{
  font-size: 16px;
  color: #d5d5d5;
  margin-bottom: 6px;
}


@media (max-width: 768px){
  .toolbar .tel{
    display: none;
  }
  .toolbar .code{
    display: none;
  }
  .toolbar .top{
    width: 50px;
    height: 50px;
  }
  .toolbar .top span{
    display: none;
  }
  .toolbar dd {
    background: #333;
  }
  .toolbar dd:hover {
    background: #333;
  }
  .fgsBox{
    display: none;
  }
}

footer{background: url("../image/footerBg-1.png") no-repeat;background-position: center;background-size: cover}
.f_top{display: flex;padding: 90px 0 40px 0px;position: relative;}
.f_top .con_l{width: 500px;}
.f_top .con_l .info{margin-top: 70px;font-size: 17px;line-height: 31px;color: #d5d5d5;}
.f_top .con_l .info b{font-size: 36px;color: #d61d19;}
.f_top .con_r{width: calc(100% - 500px);width: 480px;padding-left: 0px;}
.f_top .con_r ul {display: flex}
.f_top .con_r ul li{position: relative;text-align: center;padding: 0 20px;}
.f_top .con_r ul li:after{content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1px; height: 94%;background: rgba(255,255,255,.2);display: block}
.f_top .con_r ul li:nth-last-child(1):after{display: none}
.f_top .con_r ul li>div{display: inline-block;text-align: left}
.f_top .con_r ul li>div>a{display: inline-block;font-size: 20px;color: #d5d5d5;transition: .4s all ease}
.f_top .con_r ul li .a{margin-top: 16px;}
.f_top .con_r ul li .a a{font-size: 17px;line-height: 30px;color: #b4b4b4;opacity: .7;display: block;transition: .4s all ease}
.f_top .con_r ul li .a a:hover{color:#fff;opacity: 1;}
.f_top .con_r ul li>div>a:hover{transform: translate(2px,-2px);}
.f_bottom{height: 45px; border-top: 1px solid rgba(255,255,255,.2); display: flex;justify-content: center;align-items: center}
.f_bottom .con_l span{color: #9a9a9a;font-size: 16px;opacity: .7;display: inline-block}
.f_bottom .con_l a{color: #9a9a9a;font-size: 16px;opacity: .7;display: inline-block}
.f_bottom .con_r{display: flex;}
.f_bottom .con_r a{position: relative;margin-left: 20px;}
.f_bottom .con_r a i{display: block;width: 40px;height: 40px;text-align: center;line-height: 40px;color: #fff;background: rgba(255,255,255,.2); border-radius: 50%}
.f_bottom .con_r a .code{position: absolute; bottom: 100%;left: 50%;transform: translateX(-50%);width: 140px;padding: 10px;display: none}
.f_bottom .con_r a:hover .code{display: block}
.f_bottom .con_r a:hover i{background: #e07405;}




/* 服务支持-科楠学院 */
.ser_con1{
  background: #fff;
}

.ser_con2{
  width: 100%;
  background: rgb(247,247,247);
  padding-top: 56px;
  padding-bottom: 86px;
}
.ser_con2 .rq{
  width: 100%;
  background: #fff;
}
.ser_con2 .rq a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ser_con2 .rq .lef{
  width: 39.4%;
  overflow: hidden;
}
.ser_con2 .rq .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ser_con2 .rq:hover .lef img{
  transform: scale(1.05);
}
.ser_con2 .rq .rig{
  width: 60.6%;
  padding-left: 75px;
  padding-right: 66px;
}
.ser_con2 .rq .rig .div1{
  float: left;
  width: 20%;
  height: 140px;
  background-image: url(../image/img78.jpg);
  background-size: cover;
  padding: 30px 0;
}
.ser_con2 .rq .rig .div1 .p1{
  font-size: 80px;
  line-height: 66px;
  color: #ffffff;
  font-family: "din3";
  text-align: center;
}
.ser_con2 .rq .rig .div1 .p2{
  font-size: 20px;
  color: #ffffff;
  font-family: "din3";
  text-align: center;
}
.ser_con2 .rq .rig .div2{
  width: 80%;
  float: left;
  padding-left: 40px;
}
.ser_con2 .rq .rig .div2 .p1{
  font-size: 24px;
  color: #333333;
}
.ser_con2 .rq .rig .div2 .p2{
  font-size: 16px;
  color: #666666;
  margin-top: 16px;
  margin-bottom: 16px;
}
.ser_con2 .rq .rig .div2 i{
  display: block;
  width: 29px;
  height: 29px;
  background-image: url(../image/img79.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .5s;
}
.ser_con2 .rq:hover .rig .div2 i{
  background-image: url(../image/img80.png);
}


/* ser_con3 */
.ser_con3{
  width: 100%;
  padding-top: 72px;
  padding-bottom: 77px;
}
.ser_con3 .rq{
  width: 100%;
  padding-bottom: 52px;
}
.ser_div{
  width: 32%;
  margin-right: 2%;
  float: left;
  height: 280px;
  margin-bottom: 25px;
}
.ser_div:nth-child(3n){
  margin-right: 0;
}
.ser_div a{
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(247,247,247);
  transition: all .5s;
  
  padding: 0 25px;
}
.ser_div:hover a{
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,.3);
    transform: translate3d(0,-3px,0);
}
.ser_div .p1{
  font-size: 22px;
  color: #333333;
  padding-top: 27px;
  margin-bottom: 20px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.ser_div .p2{
  font-size: 14px;
  height: 72px;
  color: #999999;
  line-height: 22px;
  border-bottom: 1px solid rgb(228,228,228);

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ser_div .bot{
  padding-top: 28px;
  width: 100%;
}
.ser_div .bot .p3{
  font-family: "din";
  font-size: 50px;
  line-height: 50px;
  color: #444444;
  position: relative;
  transition: all .5s;
}
.ser_div:hover .bot .p3{
  color: #d61d19;
}
.ser_div .bot .p3::before{
  content: '';
  width: 20px;
  height: 14px;
  background-image: url(../image/img82.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.ser_div:hover .bot .p3::before{
  background-image: url(../image/img81.png);
}
.ser_div .bot .p3 span{
  font-size: 14px;
  line-height: 14px;
  color: #777777;
  font-family: "din";
  display: block;
}
.ser_con3 button{
  display: block;
  font-size: 15px;
  color: #666666;
  width: 170px;
  height: 47px;
  line-height: 45px;
  border-radius: 47px;
  border: 1px solid rgb(220,223,230);
  padding-right: 24px;
  margin: 0 auto;
  position: relative;
  transition: all .5s;
}
.ser_con3 button::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../image/img49.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 24%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.ser_con3 button:hover{
  color: #fff;
  background: #d61d19;
  border: 1px solid #d61d19;
}
.ser_con3 button:hover::before{
  background-image: url(../image/img45.png);
}

@media(max-width: 1680px){
    .f_top .con_r ul li>div>a{
        font-size: 15px;
    }
    .f_top .con_r ul li .a a{
        font-size: 14px;
    }
    .newscontent{
        max-width: 92%;
    }
}

@media(max-width:1459px){
  .ser_con2 {
    padding-top: 42px;
    padding-bottom: 65px;
}
.ser_con2 .rq .rig {
  padding-left: 57px;
  padding-right: 50px;
}
.ser_con2 .rq .rig .div1 {
  height: 110px;
  padding: 22px 0;
}
.ser_con2 .rq .rig .div1 .p1 {
  font-size: 60px;
  line-height: 54px;
}
.ser_con2 .rq .rig .div1 .p2 {
  font-size: 16px;
}
.ser_con2 .rq .rig .div2 {
  padding-left: 30px;
}
.ser_con2 .rq .rig .div2 .p1 {
  font-size: 18px;
}
.ser_con2 .rq .rig .div2 .p2 {
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.ser_con2 .rq .rig .div2 i {
  width: 22px;
  height: 22px;
}
.ser_con3 {
  padding-top: 54px;
  padding-bottom: 58px;
}
.ser_div {
  height: 212px;

  margin-bottom: 20px;
}
.ser_div a{
  padding: 0 16px;
}
.ser_div .p1 {
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 12px;
}
.ser_div .p2 {
  font-size: 13px;
  height: 72px;
  line-height: 22px;
}
.ser_div .bot {
  padding-top: 12px;
}
.ser_div .bot .p3 {
  font-size: 38px;
  line-height: 38px;
}
.ser_div .bot .p3 span {
  font-size: 12px;
  line-height: 14px;
}
.ser_div .bot .p3::before {
  width: 14px;
  height: 10px;
}
.ser_con3 .rq {
  padding-bottom: 36px;
}
.ser_con3 button {
  font-size: 14px;
  width: 130px;
  height: 37px;
  line-height: 35px;
  border-radius: 37px;
  padding-right: 22px;
}
.ser_con3 button::before {
  right: 20%;
}

}
@media(max-width:991px){
  .ser_con2 .rq .lef{
    width: 100%;
  }
  .ser_con2 .rq .rig{
    width: 100%;
    padding: 30px;
  }
  .fgsBox{
    display: none;
  }
}
@media(max-width:500px){
  .ser_con2 {
    padding-top: 30px;
    padding-bottom: 36px;
}
.ser_con2 .rq .rig {
  padding: 15px;
}
.ser_con2 .rq .rig .div1 .p1 {
  font-size: 46px;
  line-height: 46px;
}
.ser_con2 .rq .rig .div1 {
  height: 80px;
  padding: 10px 0;
}
.ser_con2 .rq .rig .div2 {
  padding-left: 8px;
}
.ser_con2 .rq .rig .div2 .p2 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ser_con3 {
  padding-top: 35px;
  padding-bottom: 40px;
}
.ser_div{
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.ser_div:nth-child(3n){
  margin-right: 2%;
}
.ser_div:nth-child(2n){
  margin-right: 0;
}
.ser_con3 .rq {
  padding-bottom: 14px;
}
}



/*  */
.ser_dat1 .a{
  float: right;
  color: #999999;
  position: relative;
  padding-right: 14px;
}
.ser_dat1 .a::before{
  content: '';
  width: 7px;
  height: 11px;
  background-image: url(../image/img83.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* .ser_dat2 */
.ser_dat2{
  width: 100%;
  background: rgb(247,247,247);
  padding-top: 70px;
  padding-bottom: 113px;
  overflow: hidden;
}
.ser_dat2 .rq{
  width: 100%;
}
.ser_dat2 .rq .lef{
  width: 76.5%;
  float: left;
  background: #fff;
  padding: 40px 55px;
}
.ser_dat2 .rq .lef .p1{
  font-size: 28px;
  color: #333333;
}
.ser_dat2 .rq .lef .div{
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ser_dat2 .rq .lef .div span,
.fx{
  font-size: 16px;
  color: #666666;
  margin-right: 33px;
}
.ser_dat2 .rq .lef .div span .ig1{
  width: 24px;
  margin-bottom: -6px;
  margin-right: 3px;
}
.fx .ig2{
  width: 18px;
  margin-bottom: -4px;
  margin-right: 3px;
}
#share-2{
  display: inline-block;
}
#share-2 .social-share-icon{
  border:none;
  font-size: 16px;
  color: #fff;
} 
#share-2 .icon-weibo{
  background: rgb(218,60,60);
}
#share-2 .icon-wechat{
  background: rgb(33,186,65);
}
#share-2 .icon-linkedin{
  background: rgb(62,142,238);
}
#share-2 .icon-qq{
  background: rgb(35,73,128);
}
#share-2 .icon-qzone{
  background: rgb(244,197,11);
}
.ser_dat2 #share-2 .icon-wechat .wechat-qrcode{
  top: 50px;
}
.ser_dat2 #share-2 .icon-wechat .wechat-qrcode:after{
  top: -15px;
  transform: rotate(180deg);
}

.ser_dat2 .rq .lef .buttonBox{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.ser_dat2 .rq .lef .buttonBox .prevnext .aclass1,
.ser_dat2 .rq .lef .buttonBox .prevnext .aclass2{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    color: #666666;
    transition: all 0.4s;
}
.ser_dat2 .rq .lef .buttonBox .prevnext .aclass1{
    padding-left: 5px;
}
.ser_dat2 .rq .lef .buttonBox .prevnext .aclass2{
    padding-left: 5px;
}
.ser_dat2 .rq .lef .buttonBox .prevnext .aclass1:hover{
    color: #d61d19;
}
.ser_dat2 .rq .lef .buttonBox .prevnext .aclass2:hover{
    color: #d61d19;
}


.ser_dat2 .rq .lef .div1{
  width: 100%;
}
.ser_dat2 .rq .lef .div1 p{
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 35px;
}
.ser_dat2 .rq .lef .div1 img{
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 40px;
}
.ser_dat2 .rq .rig{
  width: 21%;
  float: left;
  margin-left: 35px;
}
.ser_dat2 .rq .rig .div1{
  width: 100%;
}
.ser_dat2 .rq .rig .p1{
  font-size: 22px;
  color: #333333;
  padding-left: 15px;
  position: relative;
  padding-bottom: 9px;
  border-bottom: 1px solid rgb(221,221,221);
}
.ser_dat2 .rq .rig .p1::before{
  content: '';
  width: 4px;
  height: 20px;
  background: #000;
  position: absolute;
  left: 0;
  top: 5px;
}
.ser_dat2 .rq .rig .div1 .div2{
  width: 100%;
  padding-top: 11px;
}
.ser_dat2 .rq .rig .div1 .div2 a{
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  border-bottom: 1px solid rgb(221,221,221);
  padding-left: 10px;
}
.ser_dat2 .rq .rig .div1 .div2 a.on,
.ser_dat2 .rq .rig .div1 .div2 a:hover{
  color: #fff;
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
  border-bottom: 1px solid linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
}
.ser_dat2 .rq .rig .div3{
  width: 100%;
  margin-top: 70px;
}
.ser_dat2 .rq .rig .div3 a{
  display: block;
  padding-top: 18px;
}
.ser_dat2 .rq .rig .div3 a .top{
  width: 100%;
  overflow: hidden;
}
.ser_dat2 .rq .rig .div3 a .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.ser_dat2 .rq .rig .div3 a:hover .top img{
  transform: scale(1.05);
}
.ser_dat2 .rq .rig .div3 a p{
  font-size: 18px;
  color: #333333;
  line-height: 48px;
  padding-left: 16px;
  border-bottom: 1px solid rgb(221,221,221);
  transition: all .5s;
}
.ser_dat2 .rq .rig .div3 a:hover p{
  color: #d61d19;
}

/* ser_dat3 */
.ser_dat3{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 100px;
}
.ser_dat3 .p{
  font-size: 32px;
  color: #333333;
  padding-bottom: 22px;
  text-align: center;
  position: relative;
}
.ser_dat3 .p::before{
  content: '';
  width: 50px;
  height: 3px;
  background: linear-gradient(to right,rgb(216 23 25),rgb(245 174 169));
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.ser_dat3 .rq{
  width: 100%;
  padding-top: 60px;
}
.ser_dat3 .rq .ser_div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.ser_dat3 .rq .swiper-container{
  padding: 10px;
}

@media(max-width:1459px){
  .ser_dat2 .rq .lef {
    padding: 30px 40px;
}
.ser_dat2 {
  padding-top: 54px;
  padding-bottom: 85px;
}
.ser_dat2 .rq .lef .p1 {
  font-size: 26px;
}
.ser_dat2 .rq .lef .div {
  padding-top: 18px;
  padding-bottom: 26px;
}
.ser_dat2 .rq .lef .div span,
.fx{
  font-size: 14px;
  margin-right: 22px;
}
.ser_dat2 .rq .lef .div span .ig1 {
  width: 17px;
  margin-bottom: -4px;
  margin-right: 1px;
}
.fx .ig2 {
  width: 14px;
  margin-bottom: -2px;
  margin-right: 1px;
}
#share-2 .social-share-icon {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
.ser_dat2 .social-share .icon-wechat .wechat-qrcode{
  z-index: 1001;
}
.ser_dat2 .rq .lef .div1 p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 16px;
}
.ser_dat2 .rq .lef .div1 img {
  margin-bottom: 25px;
}
.ser_dat2 .rq .rig {
  margin-left: 20px;
}
.ser_dat2 .rq .rig .p1 {
  font-size: 18px;
  padding-left: 12px;
  padding-bottom: 6px;
}
.ser_dat2 .rq .rig .p1::before {
  content: '';
  width: 2px;
  height: 17px;
  top: 5px;
}
.ser_dat2 .rq .rig .div1 .div2 a {
  font-size: 14px;
  line-height: 35px;
}
.ser_dat2 .rq .rig .div3 {
  margin-top: 50px;
}
.ser_dat2 .rq .rig .div3 a p {
  font-size: 15px;
  line-height: 40px;
  padding-left: 10px;
}
.ser_dat3 {
  padding-top: 65px;
  padding-bottom: 80px;
}
.ser_dat3 .p {
  font-size: 36px;
  padding-bottom: 14px;
}
.ser_dat3 .p::before {
  width: 40px;
  height: 3px;
}
.ser_dat3 .rq {
  padding-top: 22px;
}

}
@media(max-width:991px){
  .ser_dat2 .rq .lef{
    width: 100%;
  }
  .ser_dat2 .rq .rig{
    display: none;
  }
  .ser_dat3 .p {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .ser_dat3 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .ser_dat2 .rq .lef .buttonBox .prevnext .aclass .aclass-p2{
    display: none;
  }
  .ser_dat2 .rq .lef .buttonBox .prevnext .aclass1 .aclass-p2{
    display: none;
  }
  .ser_dat2 .rq .lef .buttonBox .prevnext .aclass2 .aclass-p2{
    display: none;
  }

}
@media(max-width:768px){
  .ser_dat2 .rq .lef .buttonBox .prevnext .aclass .aclass-p2{
    display: none;
  }
  .ser_dat2 .rq .lef .buttonBox .prevnext .aclass1 .aclass-p2{
    display: none;
  }
  .ser_dat2 .rq .lef .buttonBox .prevnext .aclass2 .aclass-p2{
    display: none;
  }
}
@media(max-width:500px){
  .ser_dat2 .rq .lef {
    padding: 30px 15px;
}
.ser_dat2 .rq .lef .div .fx{
  display: block;
  margin: 0 auto;
}
.ser_dat2 {
  padding-top: 30px;
  padding-bottom: 44px;
}
.ser_dat2 .rq .lef .p1 {
  font-size: 22px;
  text-align: center;
}
.ser_dat2 .rq .lef .div {
  padding-top: 18px;
  padding-bottom: 16px;
  text-align: center;
}
.ser_dat3 {
  padding-top: 34px;
  padding-bottom: 40px;
}
.ser_dat3 .p {
  font-size: 22px;
  padding-bottom: 10px;
}
.ser_dat3 .rq {
  padding-top: 10px;
}

}



/* 服务支持-技术文档 */
.ser2_con1{
  width: 100%;
}
.ser2_con1 .rq{
  width: 100%;
}
.ser2_con1 .rq a{
  display: block;
  float: left;
  font-size: 20px;
  color: #333333;
  line-height: 54px;
  padding: 0 26px;
  border: 1px solid rgb(220,223,230);
  margin-right: 9px;
}
.ser2_con1 .rq a.on,
.ser2_con1 .rq a:hover{
  color: #fff;
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
  border: 1px solid linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
}

/* ser2_con2 */
.ser2_con2{
  width: 100%;
  padding-bottom: 95px;
}
.ser2_con2 .rq{
  width: 100%;
}
.ser2_con2 .rq .p1{
  font-size: 26px;
  color: #444444;
  padding-left: 25px;
  padding-bottom: 13px;
  border-bottom: 1px solid rgb(215,215,215);
  margin-top: 60px;
  position: relative;
}
.ser2_con2 .rq .p1::before{
  content: '';
  width: 3px;
  height: 24px;
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
  position: absolute;
  left: 10px;
  top: 8px;
}
.ser2_con2 .rq .rq1{
  width: 100%;
  /* padding-right: 400px; */
}
.ser2_con2 .rq .rq1 a{
  display: block;
  font-size: 20px;
  color: #666666;
  /* width: 25%; */
  width: auto;
  margin-right: 30px;
  float: left;
  margin-top: 25px;
}
.ser2_con2 .rq .rq1 a:hover{
  color: #d61d19;
}

@media(max-width:1459px){
  .ser2_con1 .rq a {
    font-size: 16px;
    line-height: 40px;
    padding: 0 20px;
    margin-right: 9px;
}
.ser2_con2 .rq .p1 {
  font-size: 20px;
  padding-left: 22px;
  padding-bottom: 10px;
  margin-top: 45px;
}
.ser2_con2 .rq .p1::before {
  width: 2px;
  height: 18px;
  left: 10px;
  top: 6px;
}
.ser2_con2 .rq .rq1 a {
  font-size: 15px;
  margin-top: 18px;
}
.ser2_con2 .rq .rq1 {
  /* padding-right: 300px; */
}
.ser2_con2 {
  padding-bottom: 72px;
}

}
@media(max-width:991px){
  .ser2_con1 .rq a {
    font-size: 14px;
    line-height: 34px;
    padding: 0 15px;
    margin-right: 6px;
}
.ser2_con2 .rq .p1 {
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 8px;
  margin-top: 32px;
}
.ser2_con2 .rq .p1::before {
  width: 2px;
  height: 15px;
  left: 7px;
  top: 5px;
}
.ser2_con2 .rq .rq1 {
  padding-right: 0;
}

}
@media(max-width:500px){
  .ser2_con2 .rq .rq1 a{
    /* width: 50%; */
    
    margin-right: 20px;

  }
  .ser2_con1 .rq a{
    margin-bottom: 10px;
  }
  .ser2_con2 .rq .rq1 a {
    font-size: 14px;
    margin-top: 12px;
}
.ser2_con2 {
  padding-bottom: 45px;
}
}
@media(max-width:375px){
  .ser2_con1 .rq a {
    padding: 0 12px;
}
}


/* 技术文档详情 */
/* ser2_dat1 */
.ser2_dat1{
  width: 100%;
  padding-top: 55px;
  padding-bottom: 55px;
}
.ser2_dat1 .rq{
  width: 100%;
}
.ser2_dat1 .rq .p1{
  line-height: 80px;
  background: rgb(247,247,247);
  padding-left: 35px;
  font-size: 16px;
  color: #999999;
}
.ser2_dat1 .rq .p1 span{
  display: inline-block;
  font-size: 24px;
  color: #333333;
  margin-right: 22px;
  border-bottom: 4px solid #d61d19;
}
.ser2_dat1 .rq .rq1{
  width: 100%;
  padding: 0 35px;
  padding-bottom: 45px;
}
.ser2_dat1 .rq .rq1 a{
  font-size: 18px;
  color: #666666;
  display: block;
  width: 25%;
  float: left;
  margin-top: 25px;
}
.ser2_dat1 .rq .rq1 a:hover{
  color: #d61d19;
}

.ser2_dat1 .rq .a{
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-left: 35px;
  padding-right: 20px;
  position: relative;
}
.ser2_dat1 .rq .a::before{
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(../image/img90.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ser2_dat1 .rq .a:hover{
  color: #d61d19;
}
.ser2_dat1 .rq .a:hover::before{
  background-image: url(../image/img91.png);
}
.ser2_dat1 .rq .rq2{
  width: 100%;
  padding-bottom: 60px;
}
.ser2_dat1 .rq .rq2 .div{
  width: 100%;
  line-height: 55px;
  border-bottom: 1px solid rgb(235,238,245);
  padding-left: 35px;
}
.ser2_dat1 .rq .rq2 .div span{
  font-size: 16px;
  color: #333333;
  display:block;
  float: left;
}
.ser2_dat1 .rq .rq2 .div .sp1{
  width: 78%;
}
.ser2_dat1 .rq .rq2 .div .sp1 a{
  /*display: block;*/
}
.ser2_dat1 .rq .rq2 .div .sp1 a:hover{
  color: #d61d19;
}
.ser2_dat1 .rq .rq2 .div .sp2{
  width: 11%;
}
.ser2_dat1 .rq .rq2 .div .sp1 i{
  margin-left: 14px;
}
.ser2_dat1 .rq .rq2 .div .sp1 input{
  width: 13px;
  height: 13px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  line-height: 13px;
  position: relative;
  margin-right: 18px;
  margin-bottom: 3px;
} 
.ser2_dat1 .rq .rq2 .div .sp1 input::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(220,223,230);
}

.ser2_dat1 .rq .rq2 .div .sp1 input:checked::before {
  content: "\2713";
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #d61d19;
  color: #d61d19;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.ser2_dat1 .rq .rq2 .div .sp1 img{
  width: 22px;
  margin-bottom: -5px;
  margin-right: 5px;
}
.ser2_dat1 .rq .rq2 p{
  font-size: 16px;
  color: #333333;
  padding-left: 60px;
  margin-top: 14px;
}

@media(max-width:1459px){
  .ser2_dat1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.ser2_dat1 .rq .p1 {
  line-height: 60px;
  padding-left: 26px;
  font-size: 14px;
}
.ser2_dat1 .rq .p1 span {
  font-size: 18px;
  margin-right: 18px;
  border-bottom: 2px solid #d61d19;
}
.ser2_dat1 .rq .rq1 {
  padding: 0 26px;
  padding-bottom: 34px;
}
.ser2_dat1 .rq .a {
  padding-left: 26px;
}
.ser2_dat1 .rq .rq1 a {
  font-size: 15px;
  margin-top: 18px;
}
.ser2_dat1 .rq .rq2 .div {
  line-height: 42px;
  padding-left: 26px;
}
.ser2_dat1 .rq .rq2 .div span i,
.ser2_dat1 .rq .rq2 .div span {
  font-size: 14px;
}
.ser2_dat1 .rq .rq2 .div .sp1 {
  width: 74%;
}
.ser2_dat1 .rq .rq2 .div .sp2 {
  width: 13%;
}
.ser2_dat1 .rq .rq2 .div .sp1 input {
  margin-right: 12px;
  margin-bottom: 5px;
}
.ser2_dat1 .rq .rq2 .div .sp1 img {
  width: 20px;
  margin-bottom: -5px;
}
.ser2_dat1 .rq .rq2 p {
  font-size: 14px;
  padding-left: 45px;
  margin-top: 10px;
}
.ser2_dat1 .rq .rq2 {
  padding-bottom: 45px;
}

}
@media(max-width:991px){
  .ser2_dat1 .rq .rq1 a {
    font-size: 14px;
    margin-top: 15px;
    width: 50%;
}
.ser2_dat1 {
  padding-top: 26px;
  padding-bottom: 30px;
}
.ser2_dat1 .rq .p1 {
  line-height: 46px;
  padding-left: 15px;
  font-size: 12px;
}
.ser2_dat1 .rq .p1 span {
  font-size: 16px;
  margin-right: 12px;
  border-bottom: 2px solid #d61d19;
}
.ser2_dat1 .rq .rq1 {
  padding: 0 15px;
  padding-bottom: 26px;
}
.ser2_dat1 .rq .a {
  padding-left: 15px;
  font-size: 14px;
}
.ser2_dat1 .rq .rq2 .div {
  line-height: 40px;
  padding-left: 15px;
}
.ser2_dat1 .rq .rq2 .div span i,
.ser2_dat1 .rq .rq2 .div span {
  font-size: 13px;
}
.ser2_dat1 .rq .rq2 .div .sp1 {
  width: 64%;
}
.ser2_dat1 .rq .rq2 .div .sp2 {
  width: 18%;
}
.ser2_dat1 .rq .rq2 p {
  font-size: 13px;
  padding-left: 34px;
  margin-top: 8px;
}
.ser2_dat1 .rq .rq2 {
  padding-bottom: 28px;
}

}
@media(max-width:500px){
  .ser2_dat1 .rq .rq1 a {
    font-size: 12px;
}
.ser2_dat1 .rq .p1 span {
  font-size: 15px;
  margin-right: 7px;
}
.ser2_dat1 .rq .rq2 .div span i, .ser2_dat1 .rq .rq2 .div span {
  font-size: 12px;
}
.ser2_dat1 .rq .rq2 .div .sp1 {
  width: 58%;
}
.ser2_dat1 .rq .rq2 .div .sp2 {
  width: 21%;
}
.ser2_dat1 .rq .rq2 p {
  font-size: 12px;
}

}
@media(max-width:375px){
  .ser2_dat1 .rq .p1 {
    line-height: 40px;
    padding-left: 5px;
    font-size: 12px;
}
.ser2_dat1 .rq .p1 span {
  font-size: 13px;
  margin-right: 0px;
}
.ser2_dat1 .rq .rq1 {
  padding: 0 5px;
  padding-bottom: 22px;
}
.ser2_dat1 .rq .a {
  padding-left: 5px;
  font-size: 13px;
}
.ser2_dat1 .rq .rq2 .div {
  padding-left: 5px;
}
.ser2_dat1 .rq .rq2 .div .sp1 img {
  width: 16px;
  margin-bottom: -4px;
  margin-right: 2px;
}

}



/* 解决方案 */
/* sol_con1 */
.sou_div{
  width: 100%;
  display: none;
}
.sou_div.on2{
  display: block;
}

.sol_con1{
  width: 100%;
  padding-bottom: 88px;
  background: rgb(247,247,247);
}
.sol_con1 .swiper-slide{
  position: relative;
  padding-top: 145px;
}
.sol_con1 .rq{
  width: 100%;
  position: relative;
}
.sol_con1 .rq .lef{
  width: 54.5%;
  position: relative;
  z-index: 2;
}
.sol_con1 .rq .lef img{
  width: 100%;
  vertical-align: middle;
}
.sol_con1 .swiper-pagination{
  right: 0;
  padding-right: 14px;
  text-align: right;
}
.sol_con1 .swiper-pagination-bullet{
  background: #666;
  opacity: 1;
  margin: 0 8px !important;
}
.sol_con1 .swiper-pagination-bullet-active{
  background: #d61d19;
}
.sol_con1 .rq .rig{
  width: 57.5%;
  height: 413px;
  background-image: url(../image/img52.jpg);
  background-size: cover;
  position: absolute;
  right: 0;
  top: -62px;
  z-index: 1;

  padding-top: 62px;
  padding-left: 225px;
  padding-right: 72px;
}
.sol_con1 .rq .rig .p1{
  font-size: 34px;
  color: #ffffff;
  margin-bottom: 30px;
}
.sol_con1 .rq .rig .div p{
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 18px;
}
.sol_con1 .rq .rig .div p span{
  margin-right: 20px;
}


/* sol_con2 */
.sol_con2{
  width: 100%;
  padding-top: 75px;
  padding-bottom: 100px;
}
.sol_con2 .p1{
  font-size: 40px;
  color: #333333;
  text-align: center;
  padding-bottom: 16px;
  position: relative;
}
.sol_con2 .p1::before{
  content: '';
  width: 37px;
  height: 3px;
  background-image: url(../image/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sol_con2 .rq{
  width: 100%;
  padding-bottom: 50px;
  padding-top: 70px;
}
.sol_div{
  width: 32%;
  float: left;
  background: rgb(247,247,247);
  margin-right: 2%;
  margin-bottom: 20px;
}
.sol_div:nth-child(3n){
  margin-right: 0;
}
.sol_div a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.sol_div:hover a{
  transform: translateY(-3px);
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,30%);
}
.sol_div .top{
  width: 100%;
  overflow: hidden;
}
.sol_div .top img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.sol_div:hover .top img{
  transform: scale(1.05);
}
.sol_div .bot{
  width: 100%;
  height: 360px;
  padding: 50px 45px;
}
.sol_div .bot .p2{
  font-size: 26px;
  color: #333333;
  margin-bottom: 22px;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;

}
.sol_div .bot .p3{
  font-size: 14px;
  color: #666666;
  line-height: 25px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.sol_div .bot button{
  display: block;
  width: 140px;
  height: 40px;
  border-radius: 40px;
  margin-top: 45px;
  background-image: url(../image/img98.png);
  background-size: cover;
  font-size: 12px;
  color: #666666;
  padding-right: 20px;
  position: relative;
  transition: all .5s;
}
.sol_div:hover .bot button{
  color: #fff;
  background-image: url(../image/img44.png);
}
.sol_div .bot button::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../image/img49.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.sol_div:hover .bot button::before{
  background-image: url(../image/img45.png);
}
.sol_con2 .bu{
  display: block;
  width: 170px;
  height: 46px;
  border: 1px solid rgb(220,223,230);
  line-height: 44px;
  border-radius: 46px;
  font-size: 15px;
  color: #666666;
  margin: 0 auto;
  padding-right: 28px;
  position: relative;
  transition: all .5s;
}
.sol_con2 .bu::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../image/img49.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 20%;transform: translateY(-50%);
  transition: all .5s;
}
.sol_con2 .bu:hover{
  color: #fff;
  background: #d61d19;
  border: 1px solid #d61d19;
}
.sol_con2 .bu:hover::before{
  background-image: url(../image/img45.png);
}

.g_w{padding: 0 200px;}
@media (max-width: 1700px) {
  .g_w{padding: 0 130px;}
  .leftBg:before{transform: translateX(-50px)}
  .leftBg .before{transform: translateX(-50px)}
  .n_fa_d_view .con4 .top:before,
  .n_fa_d_view .con5:before{ width: calc(100% + 50px)}
  .n_fa_d_view .con4 .top .before{width: calc(100% + 50px)}
}


@media(max-width:1459px){
  .sol_con1 {

    padding-bottom: 66px;
}
.sol_con1 .swiper-slide{
  padding-top: 110px;
}
.sol_con1 .rq .rig {
  height: 315px;
  top: -47px;
  padding-top: 47px;
  padding-left: 170px;
  padding-right: 54px;
}
.sol_con1 .rq .rig .p1 {
  font-size: 25px;
  margin-bottom: 22px;
}
.sol_con1 .rq .rig .div {
  max-height: 180px;
  overflow-y: scroll;
  padding-right: 5px;
}
.sol_con1 .rq .rig .div::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.sol_con1 .rq .rig .div::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 10px;
}
.sol_con1 .rq .rig .div p{
  font-size: 15px;
  margin-bottom: 12px;
}
.sol_con1 .rq .rig .div p span {
  margin-right: 10px;
}
.sol_con2 {
  padding-top: 57px;
  padding-bottom: 75px;
}
.sol_con2 .p1 {
  font-size: 30px;
  padding-bottom: 12px;
}
.sol_con2 .rq {
  padding-bottom: 35px;
  padding-top: 50px;
}
.sol_div .bot {
  height: 274px;
  padding: 34px 30px;
}
.sol_div .bot .p2 {
  font-size: 20px;
  margin-bottom: 16px;
}
.sol_div .bot button {
  width: 110px;
  height: 35px;
  border-radius: 35px;
  margin-top: 14px;
  font-size: 12px;
  padding-right: 20px;
}
.sol_con2 .bu {
  width: 130px;
  height: 40px;
  line-height: 38px;
  border-radius: 40px;
  font-size: 13px;
  padding-right: 28px;
}
}


/* @media(max-width:1220px){
  .f_top{padding: 40px 0}
  .f_top .con_r{display: none}
} */

@media(max-width:991px){
  .sol_con1 .rq .lef{
    width: 100%;
  }
  .sol_con1 .rq .rig{
    width: 100%;
    position: static;
    height: auto;
    padding: 20px;
  }
  .sol_con1 {

    padding-bottom: 66px;
}
.sol_con1 .swiper-slide{
  padding-top: 55px;
}
.sol_div{
  width: 49%;
  margin-right: 2%;
}
.sol_div:nth-child(3n){
  margin-right: 2%;
}
.sol_div:nth-child(2n){
  margin-right: 0;
}

}

/* 新闻中心 */
.newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 {
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 50px;
}
.newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 200px;
}
.newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout{
  width: 470px;
}
.newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .imgloading{
  width: 470px;
}
.newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .img{
  height: 330px;
  width: 470px;
  max-width: 100%;
  max-height: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .img .wp-article_list-thumbnail{
  margin: 0 auto;
  position: relative;
  height: 330px;
  width: 470px;
  transition: all 0.4s;
}
.newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout:hover .img .wp-article_list-thumbnail{
  transform: scale(1.1);
}

.newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .title{
  margin-top: 6px;
}
.newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .title a{
  font-size: 20px;
  color: #000;
  margin-top: 4px;
}
.newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .time{
  margin: 6px 0;
}
.newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .time .wp-new-ar-pro-time{
  font-size: 17px;
  color: #999999;
}
.newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .abstract{
  color: #999;
  font-size: 17px;
}
/* 新闻中心-End */

/* 服务项目 */
.i_con1{
  padding: 30px 0 20px 0;
  /* background-image: url(../picture/index9bg.jpg); */
  background: #f6f6f6;
  position: relative;
}
.i_con1 .view{margin-top: 30px;display: flex}
.i_con1 .con_l{width: 370px;}
.i_con1 .con_r{width:calc(100% - 370px);padding-left: 30px;}
.i_con1 .tab_nav .tab_top{
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
  padding: 0 20px;
}
.i_con1 .tab_nav .tab_top a{
  width: 150px;
  height: 40px;
  border-radius: 8px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #333;
}
/* background: #d61d19; */
.i_con1 .tab_nav .tab_top a.active{
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
  color: #fff;
}
.i_con1 .tab_nav .tab_top a:hover{
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
  color: #fff;
}
.i_con1 .g_gradient2{
  display: none;
}
.i_con1 .g_gradient2.active{
  display: block;
}

.i_con1 .tab_nav ul{ padding: 30px 0 30px 0; height:630px;overflow-y: auto; border-radius: 10px 0 0 10px;}
.i_con1 .tab_nav ul li{position: relative;padding: 0 34px 0 44px;transition: .4s all ease}
.i_con1 .tab_nav ul li a{display: flex;align-items: center;position: relative;height: 50px; color: #fff; font-size: 18px;padding-right: 20px;border-bottom: 1px solid #f6f6f6;}
.i_con1 .tab_nav ul li a i{font-size: 20px;margin-right: 10px;}
.i_con1 .tab_nav ul li a i:nth-last-child(1){margin: 0; position: absolute;right: 0;top: 50%;transform: translateY(-50%)}
.i_con1 .tab_nav ul li:hover{background: #f6f6f6;}
.i_con1 .tab_nav ul li.active{background: #f6f6f6;}
.i_con1 .tab_nav ul li.active::before{
  content: '';
  width: 4px;
  height: 50px;
  background: linear-gradient(to bottom,rgb(216 23 25),rgb(245 174 169));
  position: absolute;
  left: 0;
  bottom: 0px;
  /* transform: translateY(-50%); */
}
.i_con1 .tab_nav ul li:hover::before{
  content: '';
  width: 4px;
  height: 50px;
  background: linear-gradient(to bottom,rgb(216 23 25),rgb(245 174 169));
  position: absolute;
  left: 0;
  bottom: 0px;
  /* transform: translateY(-50%); */
}





/*.i_con1 .tab_nav ul li:hover a{font-weight: 600}*/
.i_con1 .itemc1 {display: none}
.i_con1 .itemc1.active {display: block}
.i_con1 .itemc2 {display: none}
.i_con1 .itemc2.active {display: block}
.i_con1 .g_m_btn { width: 400px;height: 80px;margin:54px auto 0 auto; color: #fff; line-height: 80px;text-align: center; font-size: 20px; display: block;}

@media(max-width:1440px){
  .i_con1 .tab_nav ul li a{font-size: 16px;line-height: 44px;height: 44px;}
  .i_con1 .tab_nav ul{height: 640px;}
  .n_item1{height: 310px;}
  .i_con1 .g_m_btn{height: 64px;line-height: 64px;}
}
@media(max-width:1360px) {
  .i_con1 .con_l{width: 300px;}
  .i_con1 .con_r{width: calc(100% - 300px)}
  .i_con1 .tab_nav ul li{padding: 0 30px }
}
/* @media(max-width:1220px) {
  .i_con1{padding: 30px 0 30px 0}
  .i_con1 .view{margin-top: 30px;}
  .i_con1 .tab_nav ul li a{font-size: 14px;}
  .i_con1 .g_m_btn{height: 50px;line-height: 50px;font-size: 18px;}
} */
@media(max-width:1024px) {
  .i_con1{padding: 40px 0}
  .i_con1 .view{margin-top: 20px;}
  .i_con1 .con_l{width: 240px;}
  .i_con1 .con_r{width: calc(100% - 240px)}
  .i_con1 .tab_nav ul li{padding:0 20px}
  .i_con1 .g_m_btn{font-size: 16px;height: 46px;line-height: 46px;width: 300px;}
  .i_con1 .tab_nav .tab_top{
    display: none;
  }
  /* .i_con1 .g_gradient2.active{
    display: flex;
  } */
  .i_con1 .tab_nav ul li a{
    border-bottom: 1px solid #fff;
  }
}
@media(max-width:768px) {
    .i_con1{padding: 20px 0;}
    .i_con1 .con_l{width: 100%}
    .i_con1 .con_r{display: none}
    .i_con1 .tab_nav ul{padding: 10px 6px 20px 6px; height: auto;display: flex;flex-wrap: wrap}
    .i_con1 .tab_nav ul li.active{background: none}
    .i_con1 .tab_nav ul li{width: 25%;padding: 0 6px;margin-top: 14px;}
    .i_con1 .tab_nav ul li a{display: block;height: auto;line-height: initial;text-align: center;padding: 0}
    .i_con1 .tab_nav ul li a i{font-size: 34px;height: 34px;line-height: 34px; display: block;margin: 0 auto 10px auto}
    .i_con1 .tab_nav ul li a i:nth-last-child(1){display: none}
    .i_con1 .g_m_btn{margin-top: 20px;font-size: 14px;}
    .i_con1 .tab_nav .tab_top{
      display: none;
    }
    .i_con1 .tab_nav ul li.active::before{
      content: '';
      width: 4px;
      height: 50px;
      background: linear-gradient(to bottom,rgb(216 23 25),rgb(245 174 169));
      position: absolute;
      left: 0;
      bottom: 0px;
      /* transform: translateY(-50%); */
      opacity: 0;
    }
    .i_con1 .tab_nav ul li:hover::before{
      content: '';
      width: 4px;
      height: 50px;
      background: linear-gradient(to bottom,rgb(216 23 25),rgb(245 174 169));
      position: absolute;
      left: 0;
      bottom: 0px;
      /* transform: translateY(-50%); */
      opacity: 0;
    }
    .i_con1 .g_gradient2.active{
      display: flex;
    }
    .i_con1 .tab_nav ul li a{
      border-bottom: 1px solid #fff;
    }
}





.f_top .con_l .logo{width: 320px;}
.f_top .con_l .logo img{width: 320px;}

@media(max-width:768px){
  .f_top{padding: 30px 0}
  .f_top .con_l .logo{width: 180px;}
  .f_top .con_l .logo img{width: 180px;}
  .f_top .con_l .info{margin-top: 20px;font-size: 14px;line-height: 28px;}
  .f_top .con_l .info b{font-size: 26px;}
  .f_bottom{display: block;height: auto;padding: 10px 0;text-align: center}
  .f_bottom .con_l span{display: block;font-size: 14px;}
  .f_bottom .con_l a{display: block;font-size: 14px;}
  .f_bottom .con_r{justify-content: center;margin-top: 10px;}

  .wxBox{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90px;
    margin-top: 5px;
  }
  .wxBox .wxgzh_pic{
    width: 90px;
    height: 90px;
  }
  .wxBox .wx_text{
    font-size: 13px;
    color: #d5d5d5;
    margin-top: 8px;
  }

  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout{
    width: 500px;
    margin-right: 0px;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .img{
    width: 500px;
    height: 330px;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .img .wp-article_list-thumbnail{
    margin: 0 auto;
    position: relative;
    height: 330px;
    width: 500px;
    object-fit: fill;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .title a{
    font-size: 15px;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .time{
    margin: 2px 0;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .time .wp-new-ar-pro-time{
    font-size: 13px;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .abstract{
    font-size: 13px;
    margin-bottom: 15px;
  }
  
}

@media(max-width:500px){
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout{
    width: 300px;
    margin-right: 0px;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .img{
    width: 300px;
    height: 190px;
    text-align: center;
    overflow: hidden;
    position: relative;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .img .wp-article_list-thumbnail{
    margin: 0 auto;
    position: relative;
    height: 190px;
    width: 300px;
    object-fit: fill;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .title a{
    font-size: 15px;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .time{
    margin: 2px 0;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .time .wp-new-ar-pro-time{
    font-size: 13px;
  }
  .newsContent .article_list-layer1A2B9AA33E109CD281A2D73E6BEE8A69 .ul_class .lihout .wp-new-article-style-c .abstract{
    font-size: 13px;
    margin-bottom: 15px;
  }


  .sol_con1 {
    padding-bottom: 40px;
  }
  .sol_con1 .swiper-slide{
    padding-top: 34px;
  }
  .sol_con1 .swiper-container{
    padding-bottom: 30px;
  }
  .sol_con1 .swiper-pagination{
    bottom: 0;
    text-align: center;
  }
  .sol_con1 .rq .rig .p1 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .sol_con1 .rq .rig .div p {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .sol_con2 {
    padding-top: 35px;
    padding-bottom: 37px;
  }
  .sol_div{
    width: 100%;
    margin-right: 0;
  }
  .sol_con2 .p1 {
    font-size: 24px;
    padding-bottom: 9px;
  }
  .sol_con2 .rq {
    padding-bottom: 7px;
    padding-top: 22px;
  }
  .sol_div .bot {
    height: auto;
    padding: 23px 15px;
  }
  .sol_div .bot .p2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .sol_div .bot button::before{
    background-image: url(../image/img45.png);
  }
  .sol_div .bot button{
    color: #fff;
    background-image: url(../image/img44.png);
  }

}


/* 解决方案详情 */
.sol_dat1 .rq .lef .div1 .p{
  margin-bottom: 0;
}
.sol_dat2 .sol_div{
  width: 100%;
  margin: 0;
}



/* 新闻中心 */
.new_con1{
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  /* background: rgb(247,247,247); */
  background: #FFFFFF;
}
.new_con1 a{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}
.new_con1 .lef{
  width: 48.7%;
  overflow: hidden;
}
.new_con1 .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new_con1 a:hover .lef img{
  transform: scale(1.05);
}

.new_con1 .rig{
  width: 51.3%;
  padding-left: 64px;
}
.new_con1 .rig .p1{
  font-family: "akz";
  font-size: 18px;
  color: #333333;
}
.new_con1 .rig .p2{
  font-size: 28px;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 10px;
}
.new_con1 a:hover .rig .p2{
  color: #d61d19;
}
.new_con1 .rig .p3{
  font-size: 16px;
  color: #666666;
}
.new_con1 .rig button{
  font-size: 15px;
  color: #ffffff;
  display: block;
  width: 170px;
  height: 45px;
  border-radius: 45px;
  background: linear-gradient(rgb(216, 23, 25),rgb(255, 155, 148));
  margin-top: 47px;
  padding-right: 25px;
  position: relative;
}
.new_con1 .rig button::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../image/img45.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 24%;
  transform: translateY(-50%);
}

.comp-qual{
	width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qual-img{
  width: 80%;
	margin-top: 40px;
  text-align: center;
}
.qual-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.qual-list>a{
	width: 30%;
	display: block;
	text-decoration: none;
	margin-bottom: 30px;
}
.qual-list>a>p{
	width:100%;
	overflow: hidden;
	text-decoration: none;
	border:1px dashed #CCCCCC;
}
.qual-list>a>p>img{
	width:100%;
}
.qual-list>a>p>img:hover{
	transform: scale(1.3);
	overflow: hidden;
	transition: all .5s;
}
.qual-list>a>span{
	width:90%;
	margin: 0 auto;
	text-align: center;
	display: block;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}
/* 翻页器 */
.ecms_pages {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 14px;
  text-align: center;
  overflow: hidden
}
.ecms_pages b {
  background-color: #d61d19;
  color: #fff;
  border: 1px#d61d19 solid;
  margin: 0 2px;
  padding: 3px 10px;
  line-height: 25px;
}
.ecms_pages>span {
  background-color: #fff;
  color: #333;
  border: 1px #d8dadf solid;
  margin: 0 2px;
  padding: 3px 10px;
  line-height: 25px;
  cursor:pointer;
}
.ecms_pages>span:hover {
  background-color: #d61d19;
  color: #fff;
}
.ecms_pages>span.active {
  background-color: #d61d19;
  color: #fff;
}
.ecms_pages>span.active a,
.ecms_pages>span:hover a{
	color: #FFF;
	text-decoration: none;
}



/* new_con2 */
.new_con2{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 60px;
  overflow: hidden;
}
.new_con2 .rq{
  width: 100%;
  position: relative;
}
.new_con2 .swiper-container{
  width: 100%;
  padding-bottom: 50px;
}
.new_con2 .swiper-slide{
  position: relative;
  overflow: hidden;
}
.new_con2 .swiper-slide img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new_con2 .swiper-slide:hover img{
  transform: scale(1.05);
}
.new_con2 .swiper-slide .div{
  width: 100%;
  padding-left: 40px;
  padding-right: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 32px;
}
.new_con2 .swiper-slide .div .p1{
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}
.new_con2 .swiper-slide .div .p2{
  font-size: 16px;
  color: #ffffff;
}
.new_con2 .swiper-button-next,
.new_con2 .swiper-button-prev{
  width: 65px;
  height: 65px;
  background-image: url(../image/img104.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: -145px;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(90,91,95,.3);
  transition: all .5s;
  top: 40%;
}
.new_con2 .swiper-button-prev{
  transform: rotate(180deg);
  left: -145px;
}
.new_con2 .swiper-button-next:hover,
.new_con2 .swiper-button-prev:hover{
  background-image: url(../image/img103.png);
}
.pagination{
  bottom: 0;
}
.pagination .swiper-pagination-bullet{
  width: 9px;
  height: 4px;
  background: rgb(204,204,204);
  border-radius: 0;
  opacity: 1;
  transition: all .5s;
}
.pagination .swiper-pagination-bullet-active{
  width: 28px;
  background: rgb(216 23 25);
}


/* new_con3 */
.new_con3{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background: rgb(247,247,247);
}
.new_con3 .rq{
  width: 100%;
  padding-bottom: 50px;
}
.new_div{
  width: 23.5%;
  height: 300px;
  margin-right: 2%;
  float: left;
  margin-bottom:30px;
}
.new_div:nth-child(4n){
  margin-right: 0;
}
.new_div a{
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../image/img105.jpg);
  background-size: cover;
  position: relative;
  padding: 40px 20px;
  padding-bottom: 35px;
  transition: all .5s;
  box-shadow: 0px 0px 20px 0px rgba(90,91,95,.1);
}
.new_div a:hover{
  background-image: url(../image/img78.jpg);
}
.new_div a::before{
  content: '';
  width: 100%;
  height: 10px;
  background: rgb(204,204,204);
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
}
.new_div a:hover::before{
  opacity: 0;
}
.new_div .p1{
  font-size: 14px;
  color: #333333;
  font-family: "akz";
  transition: all .5s;
}
.new_div .p2{
  font-size: 20px;
  color: #333333;
  margin-top: 18px;
  margin-bottom: 16px;
  transition: all .5s;
  
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.new_div .p3{
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  transition: all .5s;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.new_div span{
  font-size: 14px;
  color: #333333;
  padding-right: 20px;
  position: absolute;
  right: 24px;
  bottom: 35px;
  background-image: url(../image/img20.png);
  background-size: 12px 8px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  transition: all .5s;
}
.new_div a:hover p{
  color: #fff;
}
.new_div a:hover span{
  color: #ffff;
  background-image: url(../image/img21.png);
}

.fy{
  width: auto;
  display: table;
  margin: 0 auto;
}
.fy li{
  float: left;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #fff;
  text-align: center;
  margin-right: 4px;
  border-radius: 5px;
  overflow: hidden;
  transition: all .5s;
}
.fy li.on,
.fy li:hover{
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
}
.fy li a{
  display: block;
  font-size: 20px;
  color: #999999;
  font-family: "akz3";
}
.fy li.on a,
.fy li:hover a{
  color: #fff;
}
.fy li:last-child,
.fy li:nth-child(1){
  background-size: 8px 14px;
  margin-right: 20px;
  border-radius: 0px;
  position: relative;
}
.fy li:last-child{
  margin-right: 0;
  margin-left: 16px;
}
.fy li:last-child::before,
.fy li:nth-child(1)::before{
  content: '';
  width: 8px;
  height: 14px;
  background-image: url(../image/img106.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.fy li:last-child:hover::before,
.fy li:nth-child(1):hover::before{
  background-image: url(../image/img107.png);
}
.fy li:last-child::before{
  transform: translate(-50%,-50%) rotate(180deg);
}

@media(max-width:1459px){
  .new_con1 {
    padding-top: 16px;
    padding-bottom: 12px;
}
.new_con1 .rig {
  padding-left: 48px;
}
.new_con1 .rig .p1 {
  font-size: 16px;
}
.new_con1 .rig .p2 {
  font-size: 21px;
  margin-bottom: 10px;
  margin-top: 6px;
}
.new_con1 .rig .p3 {
  font-size: 15px;
  line-height: 25px;
}
.new_con1 .rig button {
  font-size: 14px;
  width: 130px;
  height: 38px;
  border-radius: 38px;
  margin-top: 36px;
  padding-right: 23px;
}
.new_con2 {
  padding-top: 0px;
  padding-bottom: 80px;
}
.new_con2 .swiper-slide .div {
  padding-left: 30px;
  padding-right: 27px;
  padding-bottom: 24px;
}
.new_con2 .swiper-slide .div .p1 {
  font-size: 20px;
  margin-bottom: 10px;
}
.new_con2 .swiper-slide .div .p2 {
  font-size: 14px;
}
.new_con2 .swiper-button-next, .new_con2 .swiper-button-prev {
  width: 55px;
  height: 55px;
  right: -90px;
}
.new_con2 .swiper-button-prev {
  left: -90px;
}
.new_con2 .swiper-container {
  padding-bottom: 38px;
}
.new_con3 {
  padding-top: 64px;
  padding-bottom: 64px;
}
.new_div {
  height: 315px;
  margin-bottom: 20px;
}
.new_div a {
  padding: 40px 12px;
  padding-bottom: 26px;
}
.new_div .p1 {
  font-size: 13px;
}
.new_div .p2 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.new_div .p3 {
  font-size: 13px;
  line-height: 22px;
}
.new_div span {
  font-size: 12px;
  padding-right: 20px;
  right: 15px;
  bottom: 25px;
}
.new_div a::before {
  height: 8px;
}
.fy li {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.fy li a {
  font-size: 16px;
}

}

@media(max-width:1259px){
  .index-container, .wrap, .container, .foot-container {
    width: 95%;
  }
  .new_con1 {
    padding-top: 16px;
    padding-bottom: 0px;
  }
  .new_con2 {
    padding-top: 16px;
  }
}

@media(max-width:991px){
  .new_con1 {
    padding-top: 30px;
    padding-bottom: 10px;
}
.new_con1 .lef{
  width: 100%;
}
.new_con1 .rig{
  width: 100%;
  padding: 20px;
}
.new_con2 {
  padding-top: 0px;
  padding-bottom: 50px;
}
.new_con2 .swiper-button-next, .new_con2 .swiper-button-prev{
  display: none;
}
.new_con3 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.new_div{
  width: 49%;
  margin-right: 2%;
}
.new_div:nth-child(4n){
  margin-right: 2%;
}
.new_div:nth-child(2n){
  margin-right: 0;
}
.new_con3 .rq {
  width: 100%;
  padding-bottom: 20px;
}
.wrap, .container, .foot-container {
  width: 95%;
}
.ny_banner .bj {
  height: 300px;
  object-fit: cover;
}

}
@media(max-width:500px){
  .new_con1 {
    padding-top: 10px;
    padding-bottom: 0px;
}
.new_con1 .rig {
  padding: 15px;
}
.new_con1 .rig .p1 {
  font-size: 14px;
}
.new_con1 .rig .p2 {
  font-size: 18px;
}
.new_con1 .rig .p3 {
  font-size: 14px;
  line-height: 24px;
}
.new_con1 .rig button {
  font-size: 12px;
  width: 119px;
  height: 38px;
  border-radius: 38px;
  margin-top: 26px;
  padding-right: 23px;
}
.new_con2 .swiper-slide .div {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  bottom: auto;
  /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    transform: translate(0%, 0%);
    position: static;
    padding-top: 10px;
}
.new_con2 .swiper-slide .div .p1 {
  font-size: 17px;
  margin-bottom: 7px;
  color: #333;
}
.new_con2 .swiper-slide .div .p2 {
  font-size: 13px;
  color: #333;
}
.new_con2 .swiper-container {
  padding-bottom: 28px;
}
.new_con2 {
  padding-top: 0px;
  padding-bottom: 30px;
}
.new_div a {
  padding: 30px 10px;
  padding-bottom: 18px;
}
.new_div {
  height: 290px;
  margin-bottom: 10px;
}
.new_div span {
  right: 13px;
  bottom: 20px;
}
.fy li:last-child, .fy li:nth-child(1) {
  margin-right: 8px;
}
.fy li:last-child {
  margin-right: 0;
  margin-left: 4px;
}

}




/* 新闻详情 */
.ser_dat3 .rq .swiper-container{
  padding-bottom: 45px;
}
.news_date2 .new_div{
  width: 100%;
  margin: 0;
}
.ser_dat2 .div2{
  width: 100%;
}
.ser_dat2 .div2 div{
  width: 49%;
  margin-right: 2%;
  float: left;
}
.ser_dat2 .div2 div:nth-child(2n){
  margin-right: 0;
}

.news_date1 .a{
  float: right;
  color: #666666;
  position: relative;
  padding-right: 14px;
}
.news_date1 .a:hover{
  color: #d61d19;
}
.news_date1 .a::before{
  content: '';
  width: 14px;
  height: 14px;
  background-image: url(../image/back1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.news_date1 .a:hover::before{
  background-image: url(../image/back2.png);
}

.news_date1 .rq .rig .div3{
  margin-top: 25px;
}
.news_date1 .rq .rig .div4{
  width: 100%;
}
.news_date1 .rq .rig .div4 .p{
  font-size: 18px;
  color: #ffffff;
  line-height: 42px;
  background: #d61d19;
  padding-left: 18px;
}
.news_date1 .rq .rig .div4 div{
  width: 100%;
  background: #fff;
  padding: 26px 17px;
}
.news_date1 .rq .rig .div4 div a{
  font-size: 14px;
  color: #666666;
  display: block;
  margin-bottom: 16px;
}
.news_date1 .rq .rig .div4 div a:hover{
  padding-left: 5px;
  color: #d61d19;
}
.news_date1 .rq .rig .div4 div a:last-child{
  margin-bottom: 0;
}

@media(max-width:1459px){
  .news_date1 .rq .rig .div4 .p {
    font-size: 16px;
    line-height: 36px;
    padding-left: 12px;
}
.news_date1 .rq .rig .div4 div {
  padding: 15px 10px;
}
.news_date1 .rq .rig .div4 div a {
  margin-bottom: 12px;
}
}




/* 行业资讯 */
.new2_con1{
  width: 100%;
  background: rgb(247,247,247);
  padding-top: 80px;
  padding-bottom: 70px;
} 
.new_con1 .p,
.new2_con1 .p{
  font-size: 32px;
  color: #333333;
  text-align: center;
  padding-bottom: 16px;
  position: relative;
}
.new_con1 .p::before,
.new2_con1 .p::before{
  content: '';
  width: 50px;
  height: 3px;
  /* background-image: url(../image/img65.png); */
  /* background-size: contain; */
  /* background-repeat: no-repeat; */
  background: linear-gradient(to right,rgb(216 23 25),rgb(245 174 169));
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.new2_con1 .rq{
  width: 100%;
  padding-top: 74px;
}
.new2_con1 .rq .div{
  width: 48.3%;
  margin-right: 3.4%;
  float: left;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.new2_con1 .rq .div:nth-child(2n){
  margin-right: 0;
}
.new2_con1 .rq .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new2_con1 .rq .div:hover img{
  transform: scale(1.05);
}
.new2_con1 .rq .div p{
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  padding: 0 36px;
}


/* new2_con2 */
.new2_con2{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
.new2_con2 .rq{
  width: 100%;
  padding-bottom: 78px;
}
.new2_con2 .rq .div{
  width: 100%;
}
.new2_con2 .rq .div a{
  display: block;
  width: 100%;
  padding: 45px;
  border-bottom: 1px solid rgb(241,241,241);
  background-image: url(../image/img105.jpg);
  background-size: cover;
  transition: all .5s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.new2_con2 .rq .div:last-child a{
  border-bottom:none;
}
.new2_con2 .rq .div:hover a{
  background-image: url(../image/img114.jpg);
}
.new2_con2 .rq .div .lef{
  width: 81%;
}
.new2_con2 .rq .div .lef .div1{
  width: 10%;
  height: 105px;
  background: rgb(241,241,241);
  padding: 12px 0;
  float: left;
  transition: all .5s;
}
.new2_con2 .rq .div:hover .lef .div1{
  background: rgb(235,245,247); 
}
.new2_con2 .rq .div .lef .div1 .p1{
  font-family: "din3";
  font-size: 48px;
  color: #333333;
  text-align: center;
  transition: all .3s;
}
.new2_con2 .rq .div:hover .lef .div1 .p1{
  color: #009adc;
}
.new2_con2 .rq .div .lef .div1 .p2{
  font-family: "akz";
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.new2_con2 .rq .div .lef .div2{
  width: 90%;
  padding-left: 28px;
  padding-right: 52px;
  float: left;
}
.new2_con2 .rq .div .lef .div2 .p3{
  font-size: 24px;
  color: #333333;
  margin-bottom: 15px;
  margin-top: 6px;
  transition: all .3s;
}
.new2_con2 .rq .div .lef .div2 .p2{
  font-size: 16px;
  color: #999999;
  transition: all .3s;
}
.new2_con2 .rq .div:hover .lef .div2 p{
  color: #fff;
}
.new2_con2 .rq .div .rig{
  width: 19%;
}
.new2_con2 .rq .div .rig img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new2_con2 .rq .div:hover .rig img{
  transform: scale(1.05);
}

.hr_con2 .fy li,
.new3_con1 .fy li,
.new2_con2 .fy li{
  background: rgb(215,215,215);
}
.hr_con2 .fy li a,
.new3_con1 .fy li a,
.new2_con2 .fy li a{
  color: #fff;
}
.hr_con2 .fy li:last-child,.hr_con2 .fy li:nth-child(1),
.new3_con1 .fy li:last-child,.new3_con1 .fy li:nth-child(1),
.new2_con2 .fy li:last-child,.new2_con2 .fy li:nth-child(1){
  background: #fff;
}
.hr_con2 .fy li.on,.hr_con2 .fy li:hover,
.new3_con1 .fy li.on,.new3_con1 .fy li:hover,
.new2_con2 .fy li.on,.new2_con2 .fy li:hover{
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
}

@media(max-width:1459px){
  .new2_con1 {
    padding-top: 60px;
    padding-bottom: 52px;
}
.new_con1 .p,
.new2_con1 .p {
  font-size: 30px;
  padding-bottom: 12px;
}
.new2_con1 .rq {
  padding-top: 50px;
}
.new2_con1 .rq .div p {
  font-size: 18px;
  bottom: 20px;
  padding: 0 26px;
}
.new2_con2 {
  padding-top: 65px;
  padding-bottom: 75px;
}
.new2_con2 .rq .div a {
  padding: 34px;
}
.new2_con2 .rq .div .lef .div1 .p1 {
  font-size: 36px;
}
.new2_con2 .rq .div .lef .div1 .p2 {
  font-size: 14px;
}
.new2_con2 .rq .div .lef .div1 {
  height: 85px;
  padding: 12px 0;
}
.new2_con2 .rq .div .lef .div2 {
  padding-left: 20px;
  padding-right: 38px;
}
.new2_con2 .rq .div .lef .div2 .p3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 2px;
}
.new2_con2 .rq .div .lef .div2 .p2 {
  font-size: 14px;
}
.new2_con2 .rq {
  padding-bottom: 50px;
}

}
@media(max-width:991px){
  .new2_con1 .rq .div p {
    font-size: 14px;
    bottom: 12px;
    padding: 0 10px;
}
.new_con1 .p,
.new2_con1 .p {
  font-size: 24px;
  padding-bottom: 12px;
}
.new2_con1 .rq {
  padding-top: 28px;
}
.new2_con1 {
  padding-top: 40px;
  padding-bottom: 45px;
}
.new2_con2 .rq .div .lef .div1 {
  width: 13%;
  height: 75px;
  padding: 8px 0;
}
.new2_con2 .rq .div .lef .div2 {
  width: 87%;
}
.new2_con2 .rq .div .lef .div2 {
  padding-left: 14px;
  padding-right: 14px;
}
}
@media(max-width:768px){
  .new2_con2 .rq .div a{
    flex-wrap: wrap-reverse;
    padding: 10px;
  }
  .new2_con2 .rq .div .lef{
    width: 100%;
    padding-top: 20px;
  }
  .new2_con2 .rq .div .rig{
    width: 100%;
  }
  .new2_con2 .rq .div:hover .rig img {
    transform: scale(1);
}
.new2_con1 .rq .div{
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}

}
@media(max-width:500px){
  .new2_con2 {
    padding-top: 20px;
    padding-bottom: 50px;
}
.new2_con2 .rq {
  padding-bottom: 30px;
}
.new2_con2 .rq .div .lef .div1 {
  width: 20%;
  height: 75px;
}
.new2_con2 .rq .div .lef .div2 {
  width: 80%;
}
.new2_con2 .rq .div a {
  padding:20px 10px;
}

}



/* 视频中心 */
/* new3_con1 */
.new3_con1{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 110px;
}
.new3_con1 .p{
  font-size: 40px;
  color: #333333;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.new3_con1 .p::before{
  content: '';
  width: 37px;
  height: 3px;
  background-image: url(../image/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.new3_con1 .rq{
  width: 100%;
  padding-top: 68px;
  padding-bottom: 55px;
}
.new3_con1 .rq .top{
  width: 100%;
  margin-bottom: 17.5px;
}
.new3_con1 .rq .top .lef{
  width: 66%;
  margin-right: 1.5%;
  float: left;
  overflow: hidden;
}
.new3_con1 .rq .top .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new3_con1 .rq .top .rig{
  width: 32.5%;
  float: left;
}
.new3_con1 .rq .top .rig .div{
  width: 100%;
  margin-bottom: 17.5px;
  float: left;
  overflow: hidden;
}
.new3_con1 .rq .top .rig .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new3_con1 .rq .top .rig .div:last-child{
  margin-bottom: 0;
}
.new3_con1 .rq .bot{
  width: 100%;
}
.new3_con1 .rq .bot .div{
  width: 32.5%;
  margin-right: 1.25%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.new3_con1 .rq .bot .div:nth-child(3n){
  margin-right: 0;
}
.new3_con1 .rq .bot .div img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.new3_con1 .rq .top .lef:hover img,
.new3_con1 .rq .top .rig .div:hover img,
.new3_con1 .rq .bot .div:hover img{
  transform: scale(1.05);
}
.new3_con1 .rq .bot2{
  display: none;
}
.new3_con1 button{
  font-size: 16px;
  width: 160px;
  height: 45px;
  color: #fff;
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}

.msg-box-bg {width: 100%;height: 100%;position: fixed;left: 0;top: 0;display: none;z-index: 1001;}
.msg-box {width: 70%;height: 70%;background-color: #000;position: absolute;left: 50%;top: 47%;transform: translate(-50%,-50%);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}
.msg-box .close-box {width: 30px;height: 30px;background: url(../image/btn-close-modal.png) no-repeat center;cursor: pointer;position: absolute;right: 10px;top: 10px;-webkit-transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-o-transition: .5s;transition: .5s;}
.msg-box .close-box:hover {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
.video_pic {width: 100%;height: 100%;cursor: pointer;overflow: hidden;position: relative;}
.video_pic:after{content: '';width: 94px;height: 94px;background: url(../image/img123.png) no-repeat center;position:absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);transition: all 0.4s;background-size: contain;z-index: 1;}
.video_pic:hover:after{top: 48%;}
.div .video_pic:after{
  width: 60px;
  height: 60px;
}
.new3_con1 .rq .bot .video_pic{
  height: 297px;
}

@media(max-width:1459px){
  .new3_con1 {
    padding-top: 53px;
    padding-bottom: 83px;
}
.new3_con1 .p {
  font-size: 30px;
  padding-bottom: 16px;
}
.new3_con1 .rq {
  padding-top: 40px;
  padding-bottom: 60px;
}
.video_pic:after {
  width: 70px;
  height: 70px;
}
.div .video_pic:after {
  width: 45px;
  height: 45px;
}
  .new3_con1 .rq .bot .video_pic{
    height: 233px;
  }



}
@media(max-width:1259px){
  .new3_con1 .rq .bot .video_pic{
    height: 205px;
  }
}
@media(max-width:991px){
  .new3_con1 .p {
    font-size: 24px;
    padding-bottom: 12px;
}
.new3_con1 {
  padding-top: 44px;
  padding-bottom: 60px;
}
.new3_con1 .rq {
  padding-top: 27px;
  padding-bottom: 40px;
}
.new3_con1 .rq .top .rig .div,
.new3_con1 .rq .top {
  margin-bottom: 10px;
}
.video_pic:after {
  width: 50px;
  height: 50px;
}
.div .video_pic:after {
  width: 40px;
  height: 40px;
}
.new3_con1 .rq .bot .div{
  margin-bottom: 10px;
}
.new3_con1 button {
  font-size: 14px;
  width: 120px;
  height: 38px;
}
  .new3_con1 .rq .bot .video_pic{
    height: 159px;
  }
}
@media(max-width:500px){
  .new3_con1 .rq .top .rig .div, .new3_con1 .rq .top {
    margin-bottom: 5px;
}
.msg-box {
  width: 95%;
  height: 40%;
}
.new3_con1 .rq {
  padding-top: 27px;
  padding-bottom: 24px;
}
.div .video_pic:after {
  width: 32px;
  height: 32px;
}
  .new3_con1 .rq .bot .div{
    width: 49%;
    margin-right: 2%;
  }
  .new3_con1 .rq .bot .div:nth-child(3n){
    margin-right: 2%;
  }
  .new3_con1 .rq .bot .div:nth-child(2n){
    margin-right: 0;
  }
  .new3_con1 .rq .bot .video_pic{
    height: 100%;
  }

}




/* 人才理念 */
.hr_con1{
  width: 100%;
  position: relative;
}
.hr_con1 img{
  width: 100%;
  vertical-align: middle;
}
.hr_con1 .wrap{
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translateX(-50%);
}
.hr_con1 .p1{
  font-size: 40px;
  color: #ffffff;
  padding-bottom: 23px;
  position: relative;
  margin-bottom: 50px;
}
.hr_con1 .p1::before{
  content: '';
  width: 37px;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hr_con1 .p2{
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
}

/* hr_con2 */
.hr_con2{
  width: 100%;
  padding-top: 98px;
  padding-bottom: 115px;
  position: relative;
}

.hr_con2 .p{
  font-size: 40px;
  color: #333333;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.hr_con2 .p::before{
  content: '';
  width: 37px;
  height: 3px;
  background-image: url(../image/img65.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hr_con2 .rq{
  width: 100%;
  padding-top: 65px;
  padding-bottom: 85px;
}
.hr_con2 .rq .lef{
  width: 47%;
  float: left;
  overflow: hidden;
}
.hr_con2 .rq .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
/*.hr_con2 .rq .lef .swiper-slide:hover img{*/
/*  transform: scale(1.05);*/
/*}*/
.hr_con2 .rq .lef p{
  width: 100%;
  font-size: 18px;
  color: #ffffff;
  line-height: 50px;
  padding: 0 24px;
  background: rgba(0,0,0,0.8);
  position: absolute;
  bottom: 0;
  left: 0;
}
.hr_con2 .swiper-button-next,
.hr_con2 .swiper-button-prev{
  width: 53px;
    height: 53px;
    background-image: url(../image/1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    margin-top: 0;
}
.hr_con2 .swiper-button-next{
  transform: translateY(-50%) rotate(180deg);
}


.hr_con2 .rq .rig{
  width: 53%;
  padding-left: 33px;
  float: left;
}
.hr_con2 .rq .rig .div{
  width: 100%;
  padding-bottom: 18px;
  padding-top: 14px;
  border-bottom: 1px solid rgb(222,222,222);
}
.hr_con2 .rq .rig .div:last-child{
  border-bottom: none;
}
.hr_con2 .rq .rig .div .div1{
  width: 13%;
  float: left;
  position: relative;
}
.hr_con2 .rq .rig .div .div1::before{
  content: '';
  width: 1px;
  height: 55px;
  background: #b0aead;
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
}
.hr_con2 .rq .rig .div .div1 .p1{
  font-family: "din3";
  font-size: 40px;
  color: #b0aead;
  text-align: center;
}
.hr_con2 .rq .rig .div .div1 .p2{
  font-family: "akz";
  font-size: 16px;
  color: #b0aead;
  text-align: center;
}
.hr_con2 .rq .rig .div .div2{
  width: 87%;
  float: left;
  padding-left: 18px;
  padding-top: 8px;
  padding-right: 60px;
  position: relative;
}
.hr_con2 .rq .rig .div .div2::before{
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../image/img104.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.hr_con2 .rq .rig .div:hover .div2::before{
  background-image: url(../image/img103.png);
}
.hr_con2 .rq .rig .div .div2 .p3{
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
  transition: all .3s;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hr_con2 .rq .rig .div:hover .div2 .p3{
  color: #d61d19;
  padding-left: 5px;
}
.hr_con2 .rq .rig .div .div2 .p4{
  font-size: 14px;
  color: #777777;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

@media(max-width:1459px){
  .hr_con1 .p1 {
    font-size: 30px;
    padding-bottom: 17px;
    margin-bottom: 34px;
}
.hr_con1 .p2 {
  font-size: 17px;
  line-height: 27px;
}
.hr_con2 {
  padding-top: 70px;
  padding-bottom: 80px;
}
.hr_con2 .p {
  font-size: 30px;
  padding-bottom: 14px;
}
.hr_con2 .rq {
  padding-top: 48px;
  padding-bottom: 64px;
}
.hr_con2 .rq .rig {
  padding-left: 25px;
}
.hr_con2 .rq .rig .div .div1 .p1 {
  font-size: 30px;
}
.hr_con2 .rq .rig .div .div1 .p2 {
  font-size: 13px;
}
.hr_con2 .rq .rig .div .div2 {
  padding-left: 12px;
  padding-top: 3px;
  padding-right: 50px;
}
.hr_con2 .rq .rig .div .div2 .p3 {
  font-size: 16px;
  margin-bottom: 5px;
}
.hr_con2 .rq .rig .div .div2 .p4 {
  font-size: 13px;
}
.hr_con2 .rq .rig .div .div2::before {
  width: 30px;
  height: 30px;
}
.hr_con2 .rq .rig .div .div1::before {
  height: 40px;
  top: 50%;
}
.hr_con2 .rq .rig .div {
  padding-bottom: 13px;
  padding-top: 14px;
}

}
@media(max-width:991px){
  .hr_con1 .p1 {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.hr_con1 .p2 {
  font-size: 14px;
  line-height: 22px;
}
.hr_con2 {
  padding-top: 40px;
  padding-bottom: 50px;
}
.hr_con2 .rq {
  padding-top: 28px;
  padding-bottom: 35px;
}
.hr_con2 .rq .lef{
  width: 100%;
}
.hr_con2 .rq .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 0px;
}
.hr_con2 .p {
  font-size: 24px;
}
  
}
@media(max-width:768px){
  .hr_con1 .wrap{
    width: 100%;
  }

}
@media(max-width:500px){
  .hr_con1 .wrap{
    position: static;
    transform: translate(0,0);
    padding-top: 20px;
  }
  .hr_con1 .p2,
  .hr_con1 .p1{
    color: #333;
  }
  .hr_con1 .p1::before {
    width: 25px;
    height: 2px;
    background: #333;
}
.hr_con1 .p1{
  margin-bottom: 12px;
}
.hr_con2 .rq {
  padding-top: 22px;
  padding-bottom: 26px;
}
.hr_con2 .rq .lef p {
  font-size: 14px;
  line-height: 38px;
  padding: 0 14px;
}
.hr_con2 .rq .rig .div .div1 .p1 {
  font-size: 26px;
}
.hr_con2 .rq .rig .div .div1 .p2 {
  font-size: 12px;
}
.hr_con2 .rq .rig .div .div1 {
  width: 16%;
}
.hr_con2 .rq .rig .div .div2 {
  padding-left: 8px;
  padding-top: 3px;
  padding-right: 40px;
  width: 84%;
}
.hr_con2 .rq .rig .div .div2::before {
  right: 0;
}
.hr_con2 .swiper-button-next, .hr_con2 .swiper-button-prev {
  width: 40px;
  height: 40px;
}

}

/* 招贤纳士 */
.hr2_con1{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 100px;
}
.hr2_con1 .p{
  font-size: 32px;
  color: #333333;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.hr2_con1 .p::before{
  content: '';
  width: 50px;
  height: 3px;
  background: linear-gradient(to right,rgb(216 23 25),rgb(245 174 169));
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.hr2_con1 .rq{
  width: 100%;
  padding-top: 30px;
}
.hr2_con1 .rq .lef{
  width: 21.5%;
  float: left;
  position: sticky;
  top: 110px;
}
.hr2_con1 .rq .lef .p1{
  font-size: 22px;
  color: #333333;
  border-bottom: 1px solid rgb(221,221,221);
  padding-left: 12px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.hr2_con1 .rq .lef .p1::before{
  content: '';
  width: 4px;
  height: 20px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 5px;
}
.hr2_con1 .rq .lef a{
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 40px;
  border-bottom: 1px solid rgb(221,221,221);
  padding-left: 10px;
  cursor: pointer;
}
.hr2_con1 .rq .lef a.on{
  color: #fff;
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
  border-bottom: 1px solid linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
}
.hr2_con1 .rq .rig{
  width: 78.5%;
  float: left;
  padding-left: 38px;
  padding-top: 38px;

}
.hr2_con1 .rq .rig .rig2{
  display: none;
}
.hr2_con1 .rq .rig .rig2.on1{
  display: block;
}
.hr2_con1 .rq .rig .top{
  width: 100%;
  line-height: 78px;
  background: rgb(247,247,247);
  padding-left: 35px;
}
.hr2_con1 .rq .rig .top p{
  font-size: 24px;
  color: #333333;
  float: left;
  width: 40%;
}
.hr2_con1 .rq .rig .top span{
  font-size: 16px;
  color: #999999;
  float: right;
  width: 20%;
}
.hr2_con1 .rq .rig .bot{
  border: 1px solid rgb(221,221,221);
  border-top:none;
  padding: 48px 36px;
}
.hr2_con1 .rq .rig .bot .div{
  width: 100%;
  margin-bottom: 34px;
}
.hr2_con1 .rq .rig .bot .div span{
  display: inline-block;
  font-size: 18px;
  color: #333333;
  line-height: 33px;
  padding: 0 30px;
  background: rgb(247,247,247);
  margin-bottom: 25px;
}
.hr2_con1 .rq .rig .bot .div p{
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}
.hr2_con1 .rq .rig .bot a{
  display: block;
  font-size: 15px;
  color: #333333;
  width: 170px;
  height: 47px;
  border-radius: 47px;
  line-height: 45px;
  padding-right: 25px;
  border: 1px solid rgb(220,223,230);
  text-align: center;
  position: relative;
  margin-top: 86px;
}
.hr2_con1 .rq .rig .bot a:hover{
  color: #fff;
  background: linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
  border: 1px solid linear-gradient(rgb(216 23 25),rgb(255, 155, 148));
}
.hr2_con1 .rq .rig .bot a::before{
  content: '';
  width: 14px;
  height: 9px;
  background-image: url(../image/img49.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 25%;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
}
.hr2_con1 .rq .rig .bot a:hover::before{
  background-image: url(../image/img45.png);
}

@media(max-width:1459px){
  .hr2_con1 {
    padding-top: 60px;
    padding-bottom: 100px;
}
.hr2_con1 .p {
  font-size: 30px;
  padding-bottom: 14px;
}
.hr2_con1 .rq {
  padding-top: 22px;
}
.hr2_con1 .rq .lef .p1 {
  font-size: 18px;
  padding-left: 10px;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.hr2_con1 .rq .lef .p1::before {
  width: 3px;
  height: 17px;
  top: 4px;
}
.hr2_con1 .rq .lef a {
  font-size: 14px;
  line-height: 36px;
  padding-left: 8px;
}
.hr2_con1 .rq .rig {
  padding-left: 30px;
  padding-top: 30px;
}
.hr2_con1 .rq .rig .top {
  line-height: 60px;
  padding-left: 26px;
}
.hr2_con1 .rq .rig .top p {
  font-size: 18px;
}
.hr2_con1 .rq .rig .top span {
  font-size: 14px;
}
.hr2_con1 .rq .rig .bot {
  padding: 36px 26px;
}
.hr2_con1 .rq .rig .bot .div span {
  font-size: 14px;
  line-height: 28px;
  padding: 0 20px;
  margin-bottom: 18px;
}
.hr2_con1 .rq .rig .bot .div p {
  font-size: 14px;
  line-height: 28px;
}
.hr2_con1 .rq .rig .bot .div {
  margin-bottom: 25px;
}
.hr2_con1 .rq .rig .bot a {
  font-size: 13px;
  width: 130px;
  height: 38px;
  border-radius: 38px;
  line-height: 36px;
  padding-right: 24px;
  margin-top: 50px;
}
.hr2_con1 .rq .rig .bot a::before {
  right: 22%;
}

}
@media(max-width:991px){
  .hr2_con1 .rq .lef{
    width: 100%;
    margin-bottom: 20px;
  }
  .hr2_con1 .rq .rig{
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  .hr2_con1 .p {
    font-size: 24px;
    padding-bottom: 12px;
}
.hr2_con1 {
  padding-top: 45px;
  padding-bottom: 65px;
}
.hr2_con1 .rq .rig .top {
  line-height: 50px;
  padding-left: 14px;
}
.hr2_con1 .rq .rig .top p {
  font-size: 16px;
}
.hr2_con1 .rq .rig .top span {
  font-size: 12px;
}
}
@media(max-width:500px){
  .hr2_con1 .rq .rig .top {
    line-height: 30px;
    padding: 10px 0;
    padding-left: 14px;
}
  .hr2_con1 .rq .rig .top p {
    font-size: 16px;
    width: 100%;
}
.hr2_con1 .rq .rig .top span{
  width: 33.3333%;
}
.hr2_con1 .rq .rig .bot {
  padding: 20px 14px;
}
}




/* 提交表单 */
.hr3_con1{
  width: 100%;
  padding-top: 85px;
  padding-bottom: 80px;
}
.hr3_con1 .p{
  font-size: 40px;
  color: #333333;
  text-align: center;
}
.hr3_con1 .rq{
  width: 100%;
  padding-top: 54px;
}
.hr3_con1 .rq .p1{
  font-size: 20px;
  color: #333333;
  margin-bottom: 16px;
}
.hr3_con1 .rq1{
  width: 100%;
  padding-left: 16px;
  margin-bottom: 40px;
}
.hr3_con1 .rq1 .div{
  width: 45%;
  height: 55px;
  float: left;
  padding-left: 50px;
  margin-bottom: 18px;
  position: relative;
}
.hr3_con1 .rq1 .div:nth-child(2n){
  float: right;
}
.hr3_con1 .rq1 .div label{
  width: 50px;
  font-size: 16px;
  color: #444444;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hr3_con1 .rq1 .div input{
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(204,204,204);
  padding-left: 15px;
  font-size: 16px;
  color: #666666;
}

.hr3_con1 .rq2{
  width: 100%;
  padding-left: 16px;
  margin-bottom: 28px;
}
.hr3_con1 .rq2 .div{
  width: 100%;
  padding-left: 50px;
  height: 55px;
  position: relative;
}
.hr3_con1 .rq2 .div input{
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgb(204,204,204);
  padding-left: 15px;
  font-size: 16px;
  color: #666666;
}
.hr3_con1 .rq2 .div input[type=file]{
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 50px;
  z-index: 10;
}
.hr3_con1 .rq2 .div p{
  width: 100%;
  height: 100%;
  line-height: 53px;
  border: 1px solid rgb(204,204,204);
  padding-left: 45px;
  font-size: 16px;
  color: #666666;
  position: relative;
}
.hr3_con1 .rq2 .div p::before{
  content: '';
  width: 22px;
  height: 22px;
  background-image: url(../image/img127.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.hr3_con1 .rq button{
  font-size: 20px;
  color: #ffffff;
  width: 180px;
  height: 60px;
  display: block;
  margin: 0 auto;
  background-image: url(../image/img52.jpg);
  background-size: cover;
  margin-top: 40px;
  margin-bottom: 45px;
}

.hr3_con1 .p2{
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.hr3_con1 .p2 img{
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}

@media(max-width:1459px){
  .hr3_con1 {
    padding-top: 64px;
    padding-bottom: 60px;
}
.hr3_con1 .p {
  font-size: 30px;
}
.hr3_con1 .rq {
  padding-top: 40px;
}
.hr3_con1 .rq .p1 {
  font-size: 16px;
  margin-bottom: 12px;
}
.hr3_con1 .rq2 .div,
.hr3_con1 .rq1 .div {
  height: 40px;
  padding-left: 50px;
  margin-bottom: 12px;
}
.hr3_con1 .rq1 .div label {
  font-size: 14px;
}
.hr3_con1 .rq2 .div input,
.hr3_con1 .rq1 .div input {
  font-size: 14px;
}
.hr3_con1 .rq1 {
  margin-bottom: 28px;
}
.hr3_con1 .rq2 .div p {
  line-height: 38px;
  padding-left: 30px;
  font-size: 12px;
}
.hr3_con1 .rq2 .div p::before {
  width: 16px;
  height: 16px;
}
.hr3_con1 .rq button {
  font-size: 16px;
  width: 135px;
  height: 45px;
  margin-top: 30px;
  margin-bottom: 32px;
}
.hr3_con1 .p2 {
  font-size: 13px;
}
.hr3_con1 .p2 img {
  width: 110px;
  margin-bottom: 12px;
}

}
@media(max-width:500px){
  .hr3_con1 {
    padding-top: 40px;
    padding-bottom: 45px;
}
.hr3_con1 .p {
  font-size: 22px;
}
.hr3_con1 .rq {
  padding-top: 24px;
}
.hr3_con1 .rq .p1 {
  font-size: 14px;
  margin-bottom: 10px;
}
.hr3_con1 .rq1 {
  padding-left: 10px;
  margin-bottom: 20px;
}
.hr3_con1 .rq2 .div, .hr3_con1 .rq1 .div{
  width: 100%;
}
.hr3_con1 .rq2 {
  padding-left: 0px;
  margin-bottom: 20px;
}
.hr3_con1 .rq2 .div{
  padding-left: 60px;
}
.hr3_con1 .rq button {
  width: 120px;
  height: 37px;
}

}



/* 联系我们 */
/* con_con1 */
.con_con1{
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.con_con1 .bj{
  width: 100%;
  height: 547px;
  vertical-align: middle;
}
.con_con1 .rq{
  width: 360px;
  height: 80px;
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
}
.con_con1 .rq .lef{
  width: 22%;
  height: 100%;
  float: left;
  background: rgb(233,233,233);
  position: relative;
}
.con_con1 .rq .lef img{
  width: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.con_con1 .rq .rig{
  width: 78%;
  height: 100%;
  float: left;
  padding: 18px;
  position: relative;
}
.con_con1 .rq .rig p{
  font-size: 16px;
  color: #666666;
}
.con_con1 .rq .rig img{
  width: 12px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}


/* .con_con2 */
.con_con2{
  width: 100%;
  padding: 86px 0;
}
.con_con2 .rq{
  width: 100%;
}
.con_con2 .rq .div{
  width: 23.5%;
  margin-right: 2%;
  float: left;
  height: 222px;
  box-shadow: 0px 0px 20px 0px rgba(90,91,95,.1);
}
.con_con2 .rq .div:nth-child(4){
  margin-right: 0;
}
.con_con2 .rq .div .div1{
  width: 100%;
  height: 100%;
  background-image: url(../image/img105.jpg);
  background-size: cover;
  padding: 40px 35px;
  transition: all .5s;
}
.con_con2 .rq .div:hover .div1{
  background-image: url(../image/img52.jpg);
  background-size: cover;
}
.con_con2 .rq .div .div1 div{
  width: 35px;
  height: 32px;
  position: relative;
  margin: 0 auto;
}
.con_con2 .rq .div .div1 div img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.con_con2 .rq .div .div1 div .ig2{
  left: 50%;
  opacity: 0;
}
.con_con2 .rq .div:hover .div1 div .ig2{
  left: 50%;
  opacity: 1;
}
.con_con2 .rq .div:hover .div1 div .ig1{
  left: 50%;
  opacity: 0;
}
.con_con2 .rq .div .div1 .p1{
  font-size: 20px;
  color: #333333;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 6px;
  transition: all .3s;
}
.con_con2 .rq .div .div1 .p2{
  font-size: 18px;
  color: #666666;
  text-align: center;
  line-height: 30px;
  transition: all .3s;
}
.con_con2 .rq .div:hover .div1 p{
  color: #fff;
} 


/* con_con3 */
.con_con3{
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  background: rgb(247,247,247);
}
.con_p{
  font-size: 32px;
  color: #333333;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
.con_p::before{
  content: '';
  width: 50px;
  height: 3px;
  background: linear-gradient(to right,rgb(216 23 25),rgb(245 174 169));
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.con_con3 .rq{
  width: 100%;
  padding-top: 70px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.con_con3 .rq .lef{
  width: 47.2%;
  overflow: hidden;
}
.con_con3 .rq .lef img{
  width: 100%;
  vertical-align: middle;
  transition: all .5s;
}
.con_con3 .rq:hover .lef img{
  transform: scale(1.05);
}
.con_con3 .rq .rig{
  width: 52.8%;
  padding-left: 100px;
}
.con_con3 .rq .rig .p1{
  font-size: 22px;
  color: #333333;
  position: relative;
  margin-bottom: 17px;
}
.con_con3 .rq .rig .p1::before{
  content: '';
  width: 22px;
  height: 27px;
  background-image: url(../image/img141.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -34px;
  top: 2px;
}
.con_con3 .rq .rig .p2{
  font-size: 16px;
  color: #666666;
  margin-bottom: 32px;
}
.con_con3 .rq .rig .p3{
  font-size: 14px;
  color: #666666;
}
.con_con3 .rq .rig .p4{
  width: 91px;
  font-size: 14px;
  color: #666666;
  margin-top: 42px;
  text-align: center;
}
.con_con3 .rq .rig .p4 img{
  display: block;
  width: 91px;
  margin: 0 auto;
  margin-bottom: 5px;
}


/* con_con4 */
.con_con4{
  width: 100%;
  padding-top: 20px;
  padding-bottom: 80px;
}
.con_con4 .rq{
  width: 100%;
  padding-top: 40px;
}
.con_con4 .rq .div{
  width: 49.5%;
  height: 70px;
  float: left;
  padding-left: 140px;
  border: 1px solid #333;
  position: relative;
  margin-bottom: 10px;
}
.con_con4 .rq .div:nth-child(2n){
  float: right;
}
.con_con4 .rq .div1{
  width: 100%;
  height: 220px;
  float: left;
  padding-left: 70px;
  border: 1px solid #333;
  position: relative;
}
.con_con4 .rq .div1 label,
.con_con4 .rq .div label{
  width: 70px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #333;
}
.con_con4 .rq .div1 label img,
.con_con4 .rq .div label img{
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.con_con4 .rq .div:hover label img,
.con_con4 .rq .div1:hover label img{
  transform: translate(-50%,-50%) scale(1.2);
}
.con_con4 .rq .div span{
  font-size: 16px;
  color: #333;
  width: 70px;
  line-height: 70px;
  height: 100%;
  position: absolute;
  left: 70px;
  top: 0;
  padding-left: 15px;
}
.con_con4 .rq .div1 textarea,
.con_con4 .rq .div input{
  width: 100%;
  height: 100%;
  display: block;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
}
.con_con4 .rq .div input{
  padding-left: 0;
}
/* æ”¹å˜æœç´¢æ¡†é»˜è®¤å­—ä½“é¢œè‰² */
.con_con4 .rq .div input:-moz-placeholder, 
.con_con4 .rq .div1 textarea:-moz-placeholder {  
     color: #333;   
}  
.con_con4 .rq .div input:-ms-input-placeholder,
.con_con4 .rq .div1 textarea:-ms-input-placeholder { 
    color: #333;   
} 
.con_con4 .rq .div input::-webkit-input-placeholder, 
.con_con4 .rq .div1 textarea::-webkit-input-placeholder { 
    color: #333;   
}
.con_con4 .rq .div1 textarea{
  padding-top: 15px;
}

.con_con4 button{
  width: 240px;
  height: 70px;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  color: #ffffff;
  /* background-image: url(../image/img52.jpg);
  background-size: cover; */
  background: linear-gradient(to right,rgb(216 23 25),rgb(245 174 169));
  margin-top: 30px;
}

@media(max-width:1459px){
  .con_con2 {
    padding: 65px 0;
}
.con_con2 .rq .div {
  height: 168px;
}
.con_con2 .rq .div .div1 {
  padding: 30px 18px;
}
.con_con2 .rq .div .div1 div {
  width: 26px;
  height: 18px;
}
.con_con2 .rq .div .div1 .p1 {
  font-size: 16px;
  padding-top: 14px;
  padding-bottom: 6px;
}
.con_con2 .rq .div .div1 .p2 {
  font-size: 14px;
  line-height: 24px;
}
.con_con3 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.con_p {
  font-size: 30px;
  padding-bottom: 12px;
}
.con_con3 .rq {
  padding-top: 50px;
}
.con_con3 .rq .rig {
  padding-left: 76px;
}
.con_con3 .rq .rig .p1 {
  font-size: 16px;
  margin-bottom: 10px;
}
.con_con3 .rq .rig .p1::before {
  width: 16px;
  height: 20px;
  left: -28px;
}
.con_con3 .rq .rig .p2 {
  font-size: 14px;
  margin-bottom: 18px;
}
.con_con3 .rq .rig .p3 {
  font-size: 13px;
}
.con_con3 .rq .rig .p4 {
  font-size: 13px;
  margin-top: 26px;
}
.con_con3 .rq .rig .p4 img {
  width: 80px;
}
.con_con4 {
  padding-top: 52px;
  padding-bottom: 64px;
}
.con_con4 .rq {
  padding-top: 30px;
}
.con_con4 .rq .div {
  height: 53px;
  padding-left: 113px;
}
.con_con4 .rq .div1 label, .con_con4 .rq .div label {
  width: 53px;
}
.con_con4 .rq .div span {
  font-size: 16px;
  width: 60px;
  line-height: 53px;
  left: 53px;
  padding-left: 10px;
}
.con_con4 .rq .div1 label img, .con_con4 .rq .div label img {
  width: 18px;
}
.con_con4 .rq .div1 {
  height: 165px;
  padding-left: 53px;
}
.con_con4 button {
  width: 180px;
  height: 53px;
  font-size: 16px;
  margin-top: 22px;
}

}
@media(max-width:768px){
  .con_con2 .rq .div{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .con_con2 .rq .div:nth-child(2n){
    margin-right: 0;
  }
  .con_con2 {
    padding: 40px 0;
}
.con_con3 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.con_p {
  font-size: 24px;
  padding-bottom: 10px;
}
.con_con3 .rq .lef{
  width: 100%;
}
.con_con3 .rq .rig{
  width: 100%;
  padding-top: 20px;
  padding-left: 30px;
}
.con_con3 .rq {
  padding-top: 24px;
}

}
@media(max-width:500px){
  .con_con1 .rq {
    width: 270px;
    height: 60px;
}
.con_con1 .rq .lef img {
  width: 35px;
}
.con_con1 .rq .rig {
  padding:14px 10px;
}
.con_con1 .rq .rig p {
  font-size: 13px;
}
.con_con2 .rq .div .div1 .p2 {
  font-size: 13px;
  line-height: 20px;
}
.con_con2 .rq .div .div1 {
  padding: 30px 15px;
}
.con_con3 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.con_con4 .rq {
  padding-top: 22px;
}
.con_con4 .rq .div{
  width: 100%;
  margin-right: 0;
}
.con_con4 .rq .div1 textarea, .con_con4 .rq .div input {
  font-size: 14px;
}
.con_con4 button {
  width: 120px;
  height: 40px;
  font-size: 14px;
  margin-top: 22px;
}
.con_con4 {
  padding-top: 40px;
  padding-bottom: 44px;
}

}



/* 用户申请表 */
.user{
  width: 100%;
  height: 100%;
  background-image: url(../image/img147.jpg);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
}
.user .use_r{
  width: 100%;
  height: 100%;
  position: relative;
}
.user .rq{
  width: 91%;
  height: 910px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  border-radius: 15px;
}
.user .rq .top{
  width: 100%;
  height: 160px;
  line-height: 160px;
  padding: 0 100px;
}
.user .rq .top .logo{
  width: 164px;
  float: left;
}
.user .rq .top .logo img{
  width: 100%;
  vertical-align: middle;
}
.user .rq .top .div{
  float: right;
}
.user .rq .top .div a{
  font-size: 14px;
  color: #999999;
  padding-right: 14px;
  position: relative;
}
.user .rq .top .div a::before{
  content: '';
  width: 7px;
  height: 11px;
  background-image: url(../image/img83.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.user .rq .bot{
  width: 100%;
  padding: 0 100px;
}
.user .rq .bot .lef{
  width: 42.2%;
  float: left;
  padding-left: 36px;
  padding-top: 60px;
}
.user .rq .bot .lef img{
  width: 565px;
}
.user .rq .bot .rig{
  width: 57.8%;
  float: left;
  padding-left: 50px;
  padding-top: 20px;
}
.user .rq .bot .rig .p1{
  font-size: 40px;
  color: #333333;
  margin-bottom: 8px;
}
.user .rq .bot .rig .p2{
  font-size: 14px;
  color: #d61d19;
  margin-bottom: 34px;
}
.user .rq .bot .rig .rq1{
  width: 100%;
}
.user .rq .bot .rig .rq1 .div{
  width: 48%;
  float: left;
  margin-bottom: 32px;
}
.user .rq .bot .rig .rq1 .div1{
  width: 100%;
}
.user .rq .bot .rig .rq1 .div:nth-child(2n){
  float: right;
}
.user .rq .bot .rig .rq1 .div label{
  display: block;
  font-size: 16px;
  color: #666666;
  margin-bottom: 8px;
}
.user .rq .bot .rig .rq1 .div input{
  display: block;
  width: 100%;
  height: 48px;
  border: 1px solid rgb(219,219,221);
  font-size: 14px;
  color: #999999;
  padding-left: 30px;
}

.user .rq .bot .rig .rq1 .div input:-moz-placeholder {  
  color: #999999;
}  
.user .rq .bot .rig .rq1 .div input:-ms-input-placeholder { 
  color: #999999;
} 
.user .rq .bot .rig .rq1 .div input::-webkit-input-placeholder{ 
  color: #999999;
}

.user .rq .bot .rig .p3{
  font-size: 16px;
  color: #999999;
  margin-bottom: 10px;
}
.user .rq .bot .rig .p3 span{
  color: #d61d19;
}
.user .rq .bot .rig button{
  width: 100%;
  height: 48px;
  font-size: 18px;
  color: #fffefe;
  background: #d61d19;
}
.user .rq .bot .rig .p4{
  font-size: 12px;
  color: #666666;
  padding-top: 150px;
}

@media(max-width:1459px){
  .user {
    /* height: 820px; */
}
.user .rq {
  height: 695px;
}
.user .rq .top {
  height: 120px;
  line-height: 120px;
  padding: 0 75px;
}
.user .rq .top .logo {
  width: 124px;
}
.user .rq .bot {
  padding: 0 75px;
}
.user .rq .bot .lef img {
  width: 428px;
  max-width: 100%;
}
.user .rq .bot .lef {
  padding-left: 27px;
  padding-top: 40px;
}
.user .rq .bot .rig {
  padding-left: 38px;
  padding-top: 12px;
}
.user .rq .bot .rig .p1 {
  font-size: 30px;
  margin-bottom: 6px;
}
.user .rq .bot .rig .p2 {
  font-size: 14px;
  margin-bottom: 24px;
}
.user .rq .bot .rig .rq1 .div {
  margin-bottom: 24px;
}
.user .rq .bot .rig .rq1 .div label {
  font-size: 14px;
  margin-bottom: 8px;
}
.user .rq .bot .rig .rq1 .div input {
  height: 40px;
  font-size: 13px;
  padding-left: 15px;
}
.user .rq .bot .rig .p3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.user .rq .bot .rig button {
  height: 42px;
  font-size: 16px;
}
.user .rq .bot .rig .p4 {
  padding-top: 85px;
}

}
@media(max-width:1259px){
  .user .rq .bot .rig .p4 {
    padding-top: 58px;
}
}
@media(max-width:991px){
  .user{
    height: auto;
    padding: 40px 20px;
    position: relative;
  }
  .user .rq{
    height: auto;
    position: static;
    transform: translate(0,0);
    width: 100%;
  }
  .user .rq .bot .lef{
    width: 100%;
    padding: 0;
  }
  .user .rq .bot .lef img{
    display: block;margin: 0 auto;
  }
  .user .rq .bot .rig{
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
  }
  .user .rq .top {
    height: 70px;
    line-height: 70px;
    padding: 0 30px;
}
.user .rq .bot {
  padding: 0 30px;
}

}
@media(max-width:500px){
  .user .rq .top .logo {
    width: 94px;
}
.user .rq .top {
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
}
.user .rq .bot .lef {
  width: 50%;
  margin: 0 auto;
  float: none;
}
.user .rq .bot .rig{
  float: none;
}
.user .rq .bot {
  padding: 0 15px;
}
.user .rq .bot .rig .p1 {
  font-size: 22px;
  margin-bottom: 5px;
}
.user .rq .bot .rig .p2 {
  font-size: 13px;
  margin-bottom: 20px;
}
.user .rq .bot .rig .rq1 .div {
  margin-bottom: 12px;
}
.user .rq .bot .rig .rq1 .div input {
  height: 40px;
  font-size: 13px;
  padding-left: 7px;
}
.user .rq .bot .rig .p3 {
  font-size: 12px;
  margin-bottom: 10px;
}
.user .rq .bot .rig button {
  height: 40px;
  font-size: 14px;
}
.user .rq .bot .rig .p4 {
  padding-top: 37px;
}

}